dev-python/pylint-venv: Enable pypy3.11

Closes: https://bugs.gentoo.org/951024
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-03-12 18:23:11 +01:00
parent 6c763cc787
commit e7ae9b671b

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{10..13} pypy3 )
PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
inherit distutils-r1