Test on CPython 3.14t
This commit is contained in:
@@ -20,7 +20,8 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.14, 3.13t, pypy3.11]
|
||||
python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.14, 3.13t,
|
||||
pypy3.11, 3.14t]
|
||||
nogmpy: [false]
|
||||
purepy: [false]
|
||||
include:
|
||||
@@ -44,7 +45,7 @@ jobs:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
allow-prereleases: true
|
||||
- name: Install gmpy2 deps
|
||||
if: matrix.python-version == 3.14
|
||||
if: ${{ startsWith(matrix.python-version, '3.14') }}
|
||||
run: sudo apt install libmpc-dev
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user