From 8a96e7dac9524ad332c12630f4b73a6b9654622a Mon Sep 17 00:00:00 2001 From: David Roman Date: Thu, 14 Sep 2023 16:34:47 +0200 Subject: [PATCH] dev-python/sortedcollections: enable py3.12 Signed-off-by: David Roman --- dev-python/sortedcollections/sortedcollections-2.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild b/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild index 9fd1a313fa..734a2b09e5 100644 --- a/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild +++ b/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1