commit: b7391839ff9f0a3aadb30172c89a207ebce44434
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 26 16:54:02 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 26 16:54:02 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7391839
dev-python/soupsieve: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/soupsieve/soupsieve-2.4.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/soupsieve/soupsieve-2.4.1.ebuild
b/dev-python/soupsieve/soupsieve-2.4.1.ebuild
index 6df6743818e0..bbf63218060b 100644
--- a/dev-python/soupsieve/soupsieve-2.4.1.ebuild
+++ b/dev-python/soupsieve/soupsieve-2.4.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1