dev-python/pytest-codeblocks: Enable pypy3.11

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-05-22 16:23:24 +02:00
parent 5f0b64dded
commit 7343a86e4a

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} )
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
inherit distutils-r1