From 5b68356a26cb858e8c8e8218f1d76a354926bbd2 Mon Sep 17 00:00:00 2001 From: Sergey B Kirpichev Date: Wed, 23 Jul 2025 06:31:40 +0300 Subject: [PATCH] Require python-gmp>=0.4.0b2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a7925d01..2656ffeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ develop = ['mpmath[tests]', 'flake518>=1.5; python_version>="3.9"', 'pytest-cov', 'wheel', 'build'] gmpy2 = ['gmpy2>=2.2; platform_python_implementation!="PyPy"'] gmpy = ['mpmath[gmpy2]'] -gmp = ['python-gmp>=0.4.0a1; platform_python_implementation!="PyPy"'] +gmp = ['python-gmp>=0.4.0b2; platform_python_implementation!="PyPy"'] docs = ['sphinx', 'matplotlib; platform_python_implementation!="PyPy" and python_version<"3.14"', 'sphinxcontrib-autoprogram']