summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-23 18:22:54 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-23 18:22:54 +0200
commit2dd1b5017e3ad2c22147b9a8f3352badab6a8b4b (patch)
tree9ea7ce1114f4be73bc0f653c153b1d2b6b5d8876 /dev-python/sortedcontainers
parentdev-python/mock: Remove old (diff)
downloadgentoo-2dd1b5017e3ad2c22147b9a8f3352badab6a8b4b.tar.gz
gentoo-2dd1b5017e3ad2c22147b9a8f3352badab6a8b4b.tar.bz2
gentoo-2dd1b5017e3ad2c22147b9a8f3352badab6a8b4b.zip
dev-python/sortedcontainers: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sortedcontainers')
-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 2a2f4abc34ba..6757e2ff7596 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_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{9..12} pypy3 )
inherit distutils-r1