summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-12 14:46:42 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-12 15:14:46 +0200
commit772a0af6ce0984cf8ca8ac36fd677d9db23e0e46 (patch)
tree4b9d831295d69366131c9e562427c5bcf6313950 /dev-python/termcolor
parentdev-python/pytest-fixture-config: Enable py3.11 (diff)
downloadgentoo-772a0af6ce0984cf8ca8ac36fd677d9db23e0e46.tar.gz
gentoo-772a0af6ce0984cf8ca8ac36fd677d9db23e0e46.tar.bz2
gentoo-772a0af6ce0984cf8ca8ac36fd677d9db23e0e46.zip
dev-python/termcolor: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/termcolor')
-rw-r--r--dev-python/termcolor/termcolor-1.1.0-r3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/termcolor/termcolor-1.1.0-r3.ebuild b/dev-python/termcolor/termcolor-1.1.0-r3.ebuild
index 5d7de662b70e..206ba967ef8f 100644
--- a/dev-python/termcolor/termcolor-1.1.0-r3.ebuild
+++ b/dev-python/termcolor/termcolor-1.1.0-r3.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1