commit: c0291410e1814ac45cb9fc36be97020576264538
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 25 22:30:00 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 25 22:35:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0291410
dev-python/GitPython: enable py3.10
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/GitPython/GitPython-3.1.24.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/GitPython/GitPython-3.1.24.ebuild
b/dev-python/GitPython/GitPython-3.1.24.ebuild
index 52f88701083a..a167eff4631d 100644
--- a/dev-python/GitPython/GitPython-3.1.24.ebuild
+++ b/dev-python/GitPython/GitPython-3.1.24.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1