summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-05-27 00:06:46 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-05-27 00:06:46 +0300
commit212c26a7ab3c09899437716ee5569064287527ab (patch)
tree5abf3fef38f5325cce51e62d7ca95c88230b1e2f /dev-python/termcolor
parentdev-python/tinycss2: enable py3.12 (diff)
downloadgentoo-212c26a7ab3c09899437716ee5569064287527ab.tar.gz
gentoo-212c26a7ab3c09899437716ee5569064287527ab.tar.bz2
gentoo-212c26a7ab3c09899437716ee5569064287527ab.zip
dev-python/termcolor: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/termcolor')
-rw-r--r--dev-python/termcolor/termcolor-2.3.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/termcolor/termcolor-2.3.0.ebuild b/dev-python/termcolor/termcolor-2.3.0.ebuild
index 543b16e8b2fc..997bbd927f97 100644
--- a/dev-python/termcolor/termcolor-2.3.0.ebuild
+++ b/dev-python/termcolor/termcolor-2.3.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1 pypi