summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Puskas <zoltan@sinustrom.info>2023-04-02 22:30:21 -0700
committerMatthew Smith <matthew@gentoo.org>2023-04-05 07:55:19 +0100
commitd9a4f6e1f5e9dc66de151fad6100ff54e03c6592 (patch)
tree33576c15a709bb56013f76e1b3faae3198a9f715 /app-misc/terminal-colors
parentapp-misc/terminal-colors: enable py3.11 for 3.0.2 (diff)
downloadgentoo-d9a4f6e1f5e9dc66de151fad6100ff54e03c6592.tar.gz
gentoo-d9a4f6e1f5e9dc66de151fad6100ff54e03c6592.tar.bz2
gentoo-d9a4f6e1f5e9dc66de151fad6100ff54e03c6592.zip
app-misc/terminal-colors: enable py3.11 for live ebuild
Closes: 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-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/terminal-colors/terminal-colors-9999.ebuild b/app-misc/terminal-colors/terminal-colors-9999.ebuild
index 601e73f1bc1b..2c12ca92f090 100644
--- a/app-misc/terminal-colors/terminal-colors-9999.ebuild
+++ b/app-misc/terminal-colors/terminal-colors-9999.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