File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change 1- 2.2.2
1+ 2.2.3
You can’t perform that action at this time.
0 commit comments