summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-06-06 20:19:26 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-06-06 20:19:26 +0300
commit732f4acc945bbc7e374a212d3feb22a57f38dc34 (patch)
tree11148317ba4184c6e53b3922e4444336abf44258 /dev-python/commentjson
parentdev-python/smmap: PEP517 (diff)
downloadgentoo-732f4acc945bbc7e374a212d3feb22a57f38dc34.tar.gz
gentoo-732f4acc945bbc7e374a212d3feb22a57f38dc34.tar.bz2
gentoo-732f4acc945bbc7e374a212d3feb22a57f38dc34.zip
dev-python/commentjson: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/commentjson')
-rw-r--r--dev-python/commentjson/commentjson-0.9.0-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/commentjson/commentjson-0.9.0-r2.ebuild b/dev-python/commentjson/commentjson-0.9.0-r2.ebuild
index 810c080baf44..6ebede96a2b3 100644
--- a/dev-python/commentjson/commentjson-0.9.0-r2.ebuild
+++ b/dev-python/commentjson/commentjson-0.9.0-r2.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