Test on CPython 3.14t

This commit is contained in:
Sergey B Kirpichev
2025-10-12 15:13:30 +03:00
parent 0039506d7b
commit e274405100
+3 -2
View File
@@ -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: |