dev-python/gitpython: enable py3.14

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-05-31 19:23:12 +01:00
parent 69c8b77b36
commit 28f391ae40

View File

@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_PN=GitPython
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_COMPAT=( python3_{11..14} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 pypi