dev-python/hatchling: Enable pypy3.11

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-02-14 17:12:53 +01:00
parent cb9bf1e197
commit cb36e78dcd

View File

@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=standalone
PYTHON_TESTED=( pypy3 python3_{10..13} )
PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_13t )
PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" pypy3_11 python3_13t )
inherit distutils-r1