dev-python/yaxmldiff: Enable pypy3.11 & py3.13

Closes: https://bugs.gentoo.org/951040
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-03-17 13:05:43 +01:00
parent c9b599212e
commit d4f6d4ee3f

View File

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