summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@atlas.cz>2023-06-07 07:46:41 +0200
committerSam James <sam@gentoo.org>2023-06-07 10:26:57 +0100
commit77e081b3232b586420b8d18f2082b8e19d541412 (patch)
tree5613260a28f701a0fb15a8925d4b619586eaf171 /dev-python
parent6f0e5b6fcd90591ab0fddcd2a0c526c27a9ee864 (diff)
downloadgentoo-77e081b3232b586420b8d18f2082b8e19d541412.tar.gz
gentoo-77e081b3232b586420b8d18f2082b8e19d541412.tar.bz2
gentoo-77e081b3232b586420b8d18f2082b8e19d541412.zip
dev-python/chameleon: enable py3.12
Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/chameleon/chameleon-4.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/chameleon/chameleon-4.0.0.ebuild b/dev-python/chameleon/chameleon-4.0.0.ebuild
index 4537bdf3011a..308f9a1bb82b 100644
--- a/dev-python/chameleon/chameleon-4.0.0.ebuild
+++ b/dev-python/chameleon/chameleon-4.0.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1