dev-python/GitPython: enable py3.12

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-06-13 17:36:07 +01:00
parent 22d04bf2fc
commit ebb0a4c9ca

View File

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