commit: 28f391ae4054fddb1983341d20d9152e68eb264a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 31 18:23:12 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 31 18:36:00 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28f391ae
dev-python/gitpython: enable py3.14
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/gitpython/gitpython-3.1.44.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/gitpython/gitpython-3.1.44.ebuild
b/dev-python/gitpython/gitpython-3.1.44.ebuild
index 77e7db19e628..f9fda65a77d6 100644
--- a/dev-python/gitpython/gitpython-3.1.44.ebuild
+++ b/dev-python/gitpython/gitpython-3.1.44.ebuild
@@ -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