summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-05-26 23:53:10 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-05-26 23:53:10 +0300
commit3b309e7a3e05e4b03921bbf4ad7e16535cbf32ec (patch)
tree4df6639984b4897b130eb33e57f5b9638e68db6f /dev-python/pylru
parentdev-python/pure_eval: enable py3.12 (diff)
downloadgentoo-3b309e7a3e05e4b03921bbf4ad7e16535cbf32ec.tar.gz
gentoo-3b309e7a3e05e4b03921bbf4ad7e16535cbf32ec.tar.bz2
gentoo-3b309e7a3e05e4b03921bbf4ad7e16535cbf32ec.zip
dev-python/pylru: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pylru')
-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 1828313fa727..4696f6ad1fb4 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_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi
DESCRIPTION="A least recently used (LRU) cache for Python"