diff options
author | Zoltan Puskas <zoltan@sinustrom.info> | 2023-04-02 22:28:49 -0700 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2023-04-05 07:55:15 +0100 |
commit | a66437f30d1c7ed35391f49cd14d5faded8ebddb (patch) | |
tree | 6d2b18ee07a12d4729af90e6883f08ae07dbebef /app-misc/terminal-colors | |
parent | dev-python/ensurepip-setuptools: Stabilize 67.6.1 ALLARCHES, #903809 (diff) | |
download | gentoo-a66437f30d1c7ed35391f49cd14d5faded8ebddb.tar.gz gentoo-a66437f30d1c7ed35391f49cd14d5faded8ebddb.tar.bz2 gentoo-a66437f30d1c7ed35391f49cd14d5faded8ebddb.zip |
app-misc/terminal-colors: enable py3.11 for 3.0.2
Bug: https://bugs.gentoo.org/896598
Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info>
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'app-misc/terminal-colors')
-rw-r--r-- | app-misc/terminal-colors/terminal-colors-3.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/terminal-colors/terminal-colors-3.0.2.ebuild b/app-misc/terminal-colors/terminal-colors-3.0.2.ebuild index 543e370503ae..f127d91a60d5 100644 --- a/app-misc/terminal-colors/terminal-colors-3.0.2.ebuild +++ b/app-misc/terminal-colors/terminal-colors-3.0.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="ncurses" inherit python-r1 |