Allow python-gmp for CPython v3.15
This commit is contained in:
@@ -32,8 +32,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ['3.10', 3.11, 3.12, 3.13, 3.14, 3.13t, 3.14t,
|
||||
3.15, 3.15t]
|
||||
python-version: ['3.10', 3.11, 3.12, 3.13, 3.14, 3.14t, 3.15, 3.15t]
|
||||
nogmpy: [false]
|
||||
purepy: [false]
|
||||
include:
|
||||
|
||||
+1
-1
@@ -37,7 +37,7 @@ tests = ['pytest>=6', 'numpy; python_version<"3.15"', 'packaging', 'pytest-timeo
|
||||
develop = ['mpmath[tests]', 'flake518>=1.5', 'pytest-cov>=7', 'wheel', 'build']
|
||||
gmpy2 = ['gmpy2>=2.3; python_version<"3.15"']
|
||||
gmpy = ['mpmath[gmpy2]']
|
||||
gmp = ['python-gmp; python_version<"3.15"']
|
||||
gmp = ['python-gmp']
|
||||
docs = ['sphinx', 'matplotlib', 'sphinxcontrib-autoprogram']
|
||||
ci = ['pytest-xdist', 'diff_cover']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user