summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-05-26 23:45:16 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-05-26 23:45:16 +0300
commit9b84c99ca5d106cd2d787b96a6f78e0b812bc1cf (patch)
treeb47c9075436b812a19be4b376fe5426e04febb6d
parentdev-python/jdcal: enable py3.12 (diff)
downloadgentoo-9b84c99ca5d106cd2d787b96a6f78e0b812bc1cf.tar.gz
gentoo-9b84c99ca5d106cd2d787b96a6f78e0b812bc1cf.tar.bz2
gentoo-9b84c99ca5d106cd2d787b96a6f78e0b812bc1cf.zip
dev-python/jsonxs: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-python/jsonxs/jsonxs-0.6-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jsonxs/jsonxs-0.6-r1.ebuild b/dev-python/jsonxs/jsonxs-0.6-r1.ebuild
index 27bc510f4823..f1ce9138567b 100644
--- a/dev-python/jsonxs/jsonxs-0.6-r1.ebuild
+++ b/dev-python/jsonxs/jsonxs-0.6-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi