summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-05-26 23:32:25 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-05-26 23:32:25 +0300
commite38dafd6aef8476c0a4f9f5784b4285863187080 (patch)
tree5ceadaa95a82b5b955e5df5a0804e3d09f071ef0 /dev-python/jmespath
parentdev-python/jsonext: enable py3.12 (diff)
downloadgentoo-e38dafd6aef8476c0a4f9f5784b4285863187080.tar.gz
gentoo-e38dafd6aef8476c0a4f9f5784b4285863187080.tar.bz2
gentoo-e38dafd6aef8476c0a4f9f5784b4285863187080.zip
dev-python/jmespath: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/jmespath')
-rw-r--r--dev-python/jmespath/jmespath-1.0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jmespath/jmespath-1.0.1.ebuild b/dev-python/jmespath/jmespath-1.0.1.ebuild
index aead35d0a4c7..feef6572c14e 100644
--- a/dev-python/jmespath/jmespath-1.0.1.ebuild
+++ b/dev-python/jmespath/jmespath-1.0.1.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