summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-09 18:35:42 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-09 22:34:07 +0200
commit0d5684e54da40feb882ed13f63289b1afe86c320 (patch)
tree1da8134067b207cf72e59aae2e30879f86eab8fb
parentdev-python/ptyprocess: Enable py3.11 (diff)
downloadgentoo-0d5684e54da40feb882ed13f63289b1afe86c320.tar.gz
gentoo-0d5684e54da40feb882ed13f63289b1afe86c320.tar.bz2
gentoo-0d5684e54da40feb882ed13f63289b1afe86c320.zip
dev-python/sortedcontainers: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild b/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild
index 981debeee8b3..ff38e7b61e06 100644
--- a/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.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