commit: 89985e683a5e9762bccfd5c88a50fbb3bd07dc8f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 4 18:34:12 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 4 18:34:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89985e68
dev-python/GitPython: Enable py3.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/GitPython/GitPython-3.1.17.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/GitPython/GitPython-3.1.17.ebuild
b/dev-python/GitPython/GitPython-3.1.17.ebuild
index 159956c1f92..05891592081 100644
--- a/dev-python/GitPython/GitPython-3.1.17.ebuild
+++ b/dev-python/GitPython/GitPython-3.1.17.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1