Skip to content

Commit 5b68356

Browse files
committed
Require python-gmp>=0.4.0b2
1 parent 3788ac7 commit 5b68356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ develop = ['mpmath[tests]', 'flake518>=1.5; python_version>="3.9"',
3737
'pytest-cov', 'wheel', 'build']
3838
gmpy2 = ['gmpy2>=2.2; platform_python_implementation!="PyPy"']
3939
gmpy = ['mpmath[gmpy2]']
40-
gmp = ['python-gmp>=0.4.0a1; platform_python_implementation!="PyPy"']
40+
gmp = ['python-gmp>=0.4.0b2; platform_python_implementation!="PyPy"']
4141
docs = ['sphinx',
4242
'matplotlib; platform_python_implementation!="PyPy" and python_version<"3.14"',
4343
'sphinxcontrib-autoprogram']

0 commit comments

Comments
 (0)