summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-04 16:57:29 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-04 16:58:20 +0200
commite6e895bdf0b431d25d63d2942b50d2cbe22792bd (patch)
treec3b05d04650377d32f9c22b84bb0874ab4590a7a /dev-python/jmespath/jmespath-0.10.0.ebuild
parentdev-python/pikepdf: Enable py3.10 (diff)
downloadgentoo-e6e895bdf0b431d25d63d2942b50d2cbe22792bd.tar.gz
gentoo-e6e895bdf0b431d25d63d2942b50d2cbe22792bd.tar.bz2
gentoo-e6e895bdf0b431d25d63d2942b50d2cbe22792bd.zip
dev-python/jmespath: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jmespath/jmespath-0.10.0.ebuild')
-rw-r--r--dev-python/jmespath/jmespath-0.10.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jmespath/jmespath-0.10.0.ebuild b/dev-python/jmespath/jmespath-0.10.0.ebuild
index 991938bff772..2f7ca6851d90 100644
--- a/dev-python/jmespath/jmespath-0.10.0.ebuild
+++ b/dev-python/jmespath/jmespath-0.10.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1