diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-14 20:46:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-14 20:46:44 +0200 |
commit | 27f8b86fb5ed2d322a4f0dbcc7eff41cd5299458 (patch) | |
tree | c3978867f8efc037c87d9e4ddbf61b9c0b66343b /dev-python/jsonpath-ng | |
parent | dev-python/jeepney: Enable py3.13 (diff) | |
download | gentoo-27f8b86fb5ed2d322a4f0dbcc7eff41cd5299458.tar.gz gentoo-27f8b86fb5ed2d322a4f0dbcc7eff41cd5299458.tar.bz2 gentoo-27f8b86fb5ed2d322a4f0dbcc7eff41cd5299458.zip |
dev-python/jsonpath-ng: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jsonpath-ng')
-rw-r--r-- | dev-python/jsonpath-ng/jsonpath-ng-1.6.1.ebuild | 2 |
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 6369ea08875d..009e09ee11df 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..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 pypi |