From 6b08513fb9a58cd76a8ff1cbfb1afba644093fdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 2 Mar 2025 20:08:00 +0100 Subject: dev-python/mpmath: Enable pypy3.11 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.0_alpha4.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dev-python/mpmath') diff --git a/dev-python/mpmath/mpmath-1.4.0_alpha4.ebuild b/dev-python/mpmath/mpmath-1.4.0_alpha4.ebuild index 23334f649c63..90f0e638dc3c 100644 --- a/dev-python/mpmath/mpmath-1.4.0_alpha4.ebuild +++ b/dev-python/mpmath/mpmath-1.4.0_alpha4.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..13} ) +PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) inherit distutils-r1 optfeature pypi @@ -32,7 +32,6 @@ BDEPEND=" dev-python/gmpy2[${PYTHON_USEDEP}] ' 'python3*') !mips? ( - dev-python/ipython[${PYTHON_USEDEP}] !hppa? ( dev-python/matplotlib[${PYTHON_USEDEP}] ) -- cgit v1.2.3