commit: 37008d8ac2c17123393887a773a26b3fc58c5908
Author: Michael Schubert <mschu.dev <AT> gmail <DOT> com>
AuthorDate: Mon Jun 17 11:46:30 2024 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Jun 19 09:30:56 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=37008d8a
dev-python/throttler: py3.12 compat
Signed-off-by: Michael Schubert <mschu.dev <AT> gmail.com>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/throttler/throttler-1.2.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/throttler/throttler-1.2.2.ebuild
b/dev-python/throttler/throttler-1.2.2.ebuild
index 0d0d62a16..c19480ca7 100644
--- a/dev-python/throttler/throttler-1.2.2.ebuild
+++ b/dev-python/throttler/throttler-1.2.2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1