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

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-10-27 19:44:21 +02:00
parent b210e8e7d2
commit bc2d3bbcee

View File

@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{11..2} )
PYTHON_COMPAT=( python3_{11..12} )
inherit distutils-r1 pypi