diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-24 14:44:37 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-24 15:02:37 +0200 |
commit | 40aba4a1556fcc1403ce5e81f50f5c5fad0a6454 (patch) | |
tree | 67afe9b6191310c0f5d7d92235c8de12809c9db6 /dev-python | |
parent | dev-python/gitdb: enable py3.11, nose --> pytest (diff) | |
download | gentoo-40aba4a1556fcc1403ce5e81f50f5c5fad0a6454.tar.gz gentoo-40aba4a1556fcc1403ce5e81f50f5c5fad0a6454.tar.bz2 gentoo-40aba4a1556fcc1403ce5e81f50f5c5fad0a6454.zip |
dev-python/GitPython: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/GitPython/GitPython-3.1.27.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |