summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-08-18 07:48:26 +0200
committerMichał Górny <mgorny@gentoo.org>2024-08-18 08:04:30 +0200
commitdfcfcf9f4abe3378cdc59cc1a80e6f2605df471f (patch)
tree173446252734e3d1dac6affab7864948f3f5cc5b /dev-python
parentdev-python/types-setuptools: Bump to 71.1.0.20240818 (diff)
downloadgentoo-dfcfcf9f4abe3378cdc59cc1a80e6f2605df471f.tar.gz
gentoo-dfcfcf9f4abe3378cdc59cc1a80e6f2605df471f.tar.bz2
gentoo-dfcfcf9f4abe3378cdc59cc1a80e6f2605df471f.zip
dev-python/jsonpath-ng: Enable py3.10 (for dev-python/moto)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/jsonpath-ng/jsonpath-ng-1.6.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jsonpath-ng/jsonpath-ng-1.6.1.ebuild b/dev-python/jsonpath-ng/jsonpath-ng-1.6.1.ebuild
index 009e09ee11df..420cb2cbbfe7 100644
--- a/dev-python/jsonpath-ng/jsonpath-ng-1.6.1.ebuild
+++ b/dev-python/jsonpath-ng/jsonpath-ng-1.6.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi