summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-21 12:03:56 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-21 13:22:20 +0200
commit33bcf55a435d46198397f72893cf9123da07fcae (patch)
tree926a9a5dab75b23b07d808abd97596635bb8ab50
parentdev-python/testscenarios: Use PEP517 build (diff)
downloadgentoo-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>
-rw-r--r--dev-python/extras/extras-1.0.0-r2.ebuild2
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