dev-python/jsonpath-ng: Enable py3.15

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-05-09 19:56:47 +02:00
parent 813a982a49
commit f525f63ba2

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
PYTHON_COMPAT=( pypy3_11 python3_{11..15} )
inherit distutils-r1 pypi