summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-05-29 21:33:29 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-05-29 21:33:29 +0300
commit1a7e98bc129fcadbfd9aeb6dc390363f4e6136a7 (patch)
tree0246efb4891f55dfec136bb76a18bf5a0a7eac9a
parentdev-python/ratelimit: Use pep517 (diff)
downloadgentoo-1a7e98bc129fcadbfd9aeb6dc390363f4e6136a7.tar.gz
gentoo-1a7e98bc129fcadbfd9aeb6dc390363f4e6136a7.tar.bz2
gentoo-1a7e98bc129fcadbfd9aeb6dc390363f4e6136a7.zip
dev-python/ratelimit: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-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 5bac32d2843f..8506452099b0 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_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="An API rate limit decorator for Python"