diff --git a/dev-python/gmpy2/gmpy2-2.3.1.ebuild b/dev-python/gmpy2/gmpy2-2.3.1.ebuild index c84e9c68be892..5c9c4aac17e52 100644 --- a/dev-python/gmpy2/gmpy2-2.3.1.ebuild +++ b/dev-python/gmpy2/gmpy2-2.3.1.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools PYPI_VERIFY_REPO=https://github.com/gmpy2/gmpy2 -PYTHON_COMPAT=( python3_{12..14} ) +PYTHON_COMPAT=( python3_{12..15} ) inherit distutils-r1 pypi diff --git a/dev-python/gmpy2/gmpy2-2.4.0_alpha0.ebuild b/dev-python/gmpy2/gmpy2-2.4.0_alpha0.ebuild index b9d763645545d..6b43cb1e5ae5a 100644 --- a/dev-python/gmpy2/gmpy2-2.4.0_alpha0.ebuild +++ b/dev-python/gmpy2/gmpy2-2.4.0_alpha0.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools PYPI_VERIFY_REPO=https://github.com/gmpy2/gmpy2 -PYTHON_COMPAT=( python3_{12..14} ) +PYTHON_COMPAT=( python3_{12..15} ) inherit distutils-r1 pypi diff --git a/dev-python/mpmath/mpmath-1.4.1.ebuild b/dev-python/mpmath/mpmath-1.4.1.ebuild index 53595337a1158..a17b37799ce6c 100644 --- a/dev-python/mpmath/mpmath-1.4.1.ebuild +++ b/dev-python/mpmath/mpmath-1.4.1.ebuild @@ -4,8 +4,8 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_FULLY_TESTED=( pypy3_11 python3_{11..14} ) -PYTHON_COMPAT=( "${PYTHON_FULLY_TESTED[@]}" ) +PYTHON_FULLY_TESTED=( python3_{12..14} ) +PYTHON_COMPAT=( "${PYTHON_FULLY_TESTED[@]}" python3_15 ) inherit distutils-r1 optfeature pypi