diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-04 16:57:29 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-04 16:58:20 +0200 |
commit | e6e895bdf0b431d25d63d2942b50d2cbe22792bd (patch) | |
tree | c3b05d04650377d32f9c22b84bb0874ab4590a7a /dev-python/jmespath/jmespath-0.10.0.ebuild | |
parent | dev-python/pikepdf: Enable py3.10 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |