From a2d8eb6580f6aa06f8b7ba8592e05c6e5a4266d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 7 Sep 2026 15:53:25 +0200 Subject: [PATCH 1/2] dev-python/mpmath: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/mpmath/mpmath-1.4.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From a9abff24cb8063ce981c0f88b8eaea5623274c88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 7 Sep 2026 16:07:23 +0200 Subject: [PATCH 2/2] dev-python/gmpy2: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/gmpy2/gmpy2-2.3.1.ebuild | 2 +- dev-python/gmpy2/gmpy2-2.4.0_alpha0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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