From 37008d8ac2c17123393887a773a26b3fc58c5908 Mon Sep 17 00:00:00 2001 From: Michael Schubert Date: Mon, 17 Jun 2024 11:46:30 +0000 Subject: dev-python/throttler: py3.12 compat Signed-off-by: Michael Schubert Signed-off-by: Andrew Ammerlaan --- 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 -- cgit v1.2.3-65-gdbad