dev-python/lru-dict: enable pypy3_11 and disable pypy3

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2025-03-25 13:54:17 +05:00
parent 9f4cf347ba
commit 024717a9b9

View File

@@ -1,11 +1,11 @@
# Copyright 2024 Gentoo Authors
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_EXT=1
PYTHON_COMPAT=( python3_{11..13} pypy3 )
PYTHON_COMPAT=( python3_{11..13} pypy3_11 )
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi