commit: 1c2851da98210b0a5d83c13b9c57c80e602f4239
Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Mon Jun 5 14:45:47 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 6 06:13:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c2851da
dev-python/kiwisolver: enable py3.12
Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/kiwisolver/kiwisolver-1.4.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/kiwisolver/kiwisolver-1.4.4-r1.ebuild
b/dev-python/kiwisolver/kiwisolver-1.4.4-r1.ebuild
index 40a6d2e43091..ceb018103699 100644
--- a/dev-python/kiwisolver/kiwisolver-1.4.4-r1.ebuild
+++ b/dev-python/kiwisolver/kiwisolver-1.4.4-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1