commit: 69c8b77b3625be9119164fad1dcc49fcb9fd4e11
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 31 18:19:10 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 31 18:35:59 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69c8b77b
dev-python/gitpython: disable py3.10
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/gitpython/gitpython-3.1.44.ebuild | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/dev-python/gitpython/gitpython-3.1.44.ebuild
b/dev-python/gitpython/gitpython-3.1.44.ebuild
index c1a57ee319bb..77e7db19e628 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_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 pypi
@@ -39,9 +39,6 @@ BDEPEND="
test? (
>=dev-python/ddt-1.1.1[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- dev-python/typing-extensions[${PYTHON_USEDEP}]
- ' 3.10)
)
"