diff --git a/dev-python/pyamg/pyamg-5.3.0-r1.ebuild b/dev-python/pyamg/pyamg-5.3.0-r1.ebuild index 637a88f290c67..c9349430e14c1 100644 --- a/dev-python/pyamg/pyamg-5.3.0-r1.ebuild +++ b/dev-python/pyamg/pyamg-5.3.0-r1.ebuild @@ -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