diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-21 12:03:56 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-21 13:22:20 +0200 |
commit | 33bcf55a435d46198397f72893cf9123da07fcae (patch) | |
tree | 926a9a5dab75b23b07d808abd97596635bb8ab50 /dev-python/extras | |
parent | dev-python/testscenarios: Use PEP517 build (diff) | |
download | gentoo-33bcf55a435d46198397f72893cf9123da07fcae.tar.gz gentoo-33bcf55a435d46198397f72893cf9123da07fcae.tar.bz2 gentoo-33bcf55a435d46198397f72893cf9123da07fcae.zip |
dev-python/extras: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/extras')
-rw-r--r-- | dev-python/extras/extras-1.0.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/extras/extras-1.0.0-r2.ebuild b/dev-python/extras/extras-1.0.0-r2.ebuild index 354e4692dc08..43501b6b06eb 100644 --- a/dev-python/extras/extras-1.0.0-r2.ebuild +++ b/dev-python/extras/extras-1.0.0-r2.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 |