diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-09 18:35:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-09 22:34:07 +0200 |
commit | 0d5684e54da40feb882ed13f63289b1afe86c320 (patch) | |
tree | 1da8134067b207cf72e59aae2e30879f86eab8fb | |
parent | dev-python/ptyprocess: Enable py3.11 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |