commit: aa3146a6d272e0a7ce54cbf317ef829ae5c44e61
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May 26 21:08:19 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May 26 21:08:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa3146a6
dev-python/setproctitle: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/setproctitle/setproctitle-1.3.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/setproctitle/setproctitle-1.3.2.ebuild
b/dev-python/setproctitle/setproctitle-1.3.2.ebuild
index d57f1d41c8b4..c11390b249c0 100644
--- a/dev-python/setproctitle/setproctitle-1.3.2.ebuild
+++ b/dev-python/setproctitle/setproctitle-1.3.2.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 pypi