summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-05-27 00:08:26 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-05-27 00:08:26 +0300
commit3d4c52e79e4237117e558b75c0617f3414a1a573 (patch)
tree92f2cdfac0b3376856bdd6796a5dfb1e2f3b4d46 /dev-python/ratelimit
parentdev-python/retrying: enable py3.12 (diff)
downloadgentoo-3d4c52e79e4237117e558b75c0617f3414a1a573.tar.gz
gentoo-3d4c52e79e4237117e558b75c0617f3414a1a573.tar.bz2
gentoo-3d4c52e79e4237117e558b75c0617f3414a1a573.zip
dev-python/ratelimit: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/ratelimit')
-rw-r--r--dev-python/ratelimit/ratelimit-2.2.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ratelimit/ratelimit-2.2.1-r1.ebuild b/dev-python/ratelimit/ratelimit-2.2.1-r1.ebuild
index 6517b1536f87..2ff854d872d3 100644
--- a/dev-python/ratelimit/ratelimit-2.2.1-r1.ebuild
+++ b/dev-python/ratelimit/ratelimit-2.2.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
DESCRIPTION="An API rate limit decorator for Python"