app-misc/icdiff: enable py3.13 and disable pypy3_11

Tests fail w/ pypy3_11 (and python3_14).

Closes: https://bugs.gentoo.org/952220
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-05-25 07:34:14 +01:00
parent 40ad81d7e8
commit fbf16caee2

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..12} pypy3 pypy3_11 )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1