summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-06-05 18:51:53 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-06-05 19:10:13 +0300
commitd565d01d2d3666e098d4fe22c4e1e816f98d9c24 (patch)
tree7e08c6c401ca97510854ec051d7412dd6deb7b1d /dev-python
parentdev-python/pyotp: enable py3.11 (diff)
downloadgentoo-d565d01d2d3666e098d4fe22c4e1e816f98d9c24.tar.gz
gentoo-d565d01d2d3666e098d4fe22c4e1e816f98d9c24.tar.bz2
gentoo-d565d01d2d3666e098d4fe22c4e1e816f98d9c24.zip
dev-python/pylru: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pylru/pylru-1.2.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pylru/pylru-1.2.1.ebuild b/dev-python/pylru/pylru-1.2.1.ebuild
index a305db0736a8..e50989ea11d5 100644
--- a/dev-python/pylru/pylru-1.2.1.ebuild
+++ b/dev-python/pylru/pylru-1.2.1.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="A least recently used (LRU) cache for Python"