commit: 0d4f45310085cea12dff982541066d7254279ffa
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat May 27 08:51:49 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat May 27 09:44:01 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d4f4531
dev-python/check-manifest: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/check-manifest/check-manifest-0.49.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/check-manifest/check-manifest-0.49.ebuild
b/dev-python/check-manifest/check-manifest-0.49.ebuild
index 159c50dcdc34..8fd741db0c7d 100644
--- a/dev-python/check-manifest/check-manifest-0.49.ebuild
+++ b/dev-python/check-manifest/check-manifest-0.49.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1