summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-07-15 21:36:15 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-07-15 21:36:15 +0300
commit4a12dc2e33f07c4afe3d3eac6d7f69ae42d75409 (patch)
tree908ce1c180520bf325e72c82989ec6d42971210e /dev-python/commentjson
parentdev-python/sphinx-aiohttp-theme: enable py3.11 (diff)
downloadgentoo-4a12dc2e33f07c4afe3d3eac6d7f69ae42d75409.tar.gz
gentoo-4a12dc2e33f07c4afe3d3eac6d7f69ae42d75409.tar.bz2
gentoo-4a12dc2e33f07c4afe3d3eac6d7f69ae42d75409.zip
dev-python/commentjson: enable py3.11
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 e0e583facbfe..2309f67cfbc1 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_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1