commit: e58d64407eee900e11d66dde480e260b92092d2c
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat May 27 09:39:05 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat May 27 09:44:03 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e58d6440
dev-python/jaraco-collections: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/jaraco-collections/jaraco-collections-4.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/jaraco-collections/jaraco-collections-4.1.0.ebuild
b/dev-python/jaraco-collections/jaraco-collections-4.1.0.ebuild
index 1e155122f218..c07100fd2439 100644
--- a/dev-python/jaraco-collections/jaraco-collections-4.1.0.ebuild
+++ b/dev-python/jaraco-collections/jaraco-collections-4.1.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1 pypi