dev-python/pyamg: Enable py3.13 & py3.14

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-04-18 13:32:58 +02:00
parent 9a6dd5c9f5
commit 8e71ccf468

View File

@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_12 )
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1