Allow python-gmp for CPython v3.15

This commit is contained in:
Sergey B Kirpichev
2026-06-20 11:13:06 +03:00
parent b62c4173d1
commit e002cb4488
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -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
View File
@@ -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']