commit: 40aba4a1556fcc1403ce5e81f50f5c5fad0a6454
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 12:44:37 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue May 24 13:02:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40aba4a1
dev-python/GitPython: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/GitPython/GitPython-3.1.27.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/GitPython/GitPython-3.1.27.ebuild
b/dev-python/GitPython/GitPython-3.1.27.ebuild
index dd1783145b6a..c9c4086745eb 100644
--- a/dev-python/GitPython/GitPython-3.1.27.ebuild
+++ b/dev-python/GitPython/GitPython-3.1.27.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1