dev-python/GitPython: enable py3.10

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-11-25 22:30:00 +00:00
parent c1800aea16
commit c0291410e1

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..9} )
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1