diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-10 22:29:21 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-10 22:31:12 +0200 |
commit | 7549370742904e7aa11c0fb194fbfccd26e86361 (patch) | |
tree | 9aecd17762415dde4f1dded03caa051d0dd6fcba /dev-python/setuptools-git | |
parent | dev-python/setuptools-git: EAPI 8, PEP517 (diff) | |
download | gentoo-7549370742904e7aa11c0fb194fbfccd26e86361.tar.gz gentoo-7549370742904e7aa11c0fb194fbfccd26e86361.tar.bz2 gentoo-7549370742904e7aa11c0fb194fbfccd26e86361.zip |
dev-python/setuptools-git: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/setuptools-git')
-rw-r--r-- | dev-python/setuptools-git/setuptools-git-1.2-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/setuptools-git/setuptools-git-1.2-r3.ebuild b/dev-python/setuptools-git/setuptools-git-1.2-r3.ebuild index 94d1776c9317..6c63d36e5de5 100644 --- a/dev-python/setuptools-git/setuptools-git-1.2-r3.ebuild +++ b/dev-python/setuptools-git/setuptools-git-1.2-r3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1 |