summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-09-14 12:36:27 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-09-14 13:01:29 +0200
commit85d2fc2b104cfc00a90c0a5da4830a7214781773 (patch)
tree174301c2f4df0fcf1f7372c2c5818ea42bdd3a45 /dev-python/pyrate-limiter
parentdev-python/sphinxcontrib-autoprogram: enable py3.12 (diff)
downloadgentoo-85d2fc2b104cfc00a90c0a5da4830a7214781773.tar.gz
gentoo-85d2fc2b104cfc00a90c0a5da4830a7214781773.tar.bz2
gentoo-85d2fc2b104cfc00a90c0a5da4830a7214781773.zip
dev-python/pyrate-limiter: enable py3.12
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/pyrate-limiter')
-rw-r--r--dev-python/pyrate-limiter/pyrate-limiter-2.10.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyrate-limiter/pyrate-limiter-2.10.0.ebuild b/dev-python/pyrate-limiter/pyrate-limiter-2.10.0.ebuild
index b1634af6b4c0..8830d2dc63a5 100644
--- a/dev-python/pyrate-limiter/pyrate-limiter-2.10.0.ebuild
+++ b/dev-python/pyrate-limiter/pyrate-limiter-2.10.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1