Skip to content

Commit 6f9a2e0

Browse files
committed
try python 3.14 on CI
1 parent 7190262 commit 6f9a2e0

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,18 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [ubuntu-latest]
24-
python-version: ['3.12', '3.13']
25-
pari-version: ['2.13.0', '2.15.4', '2.15.5', '2.17.2']
24+
python-version: ['3.12', '3.13', '3.14']
25+
pari-version: ['2.15.4', '2.15.5', '2.17.2']
2626
include:
2727
- os: macos-latest
2828
python-version: '3.12'
2929
pari-version: '2.17.2' # Whatever comes with homebrew
3030
- os: macos-latest
3131
python-version: '3.13'
3232
pari-version: '2.17.2' # Whatever comes with homebrew
33+
- os: macos-latest
34+
python-version: '3.14'
35+
pari-version: '2.17.2' # Whatever comes with homebrew
3336
env:
3437
LC_ALL: C
3538
PARI_VERSION: ${{ matrix.pari-version }}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.2
1+
2.2.3

0 commit comments

Comments
 (0)