Skip to content

Commit dfd9d75

Browse files
committed
use pari 2.17 in CI, drop old pari and python 3.9
1 parent aa7bf44 commit dfd9d75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [ubuntu-latest]
24-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13-dev']
25-
pari-version: ['pari-2.11.4', 'pari-2.13.0', 'pari-2.15.4', 'pari-2.15.5']
24+
python-version: ['3.10', '3.11', '3.12', '3.13-dev']
25+
pari-version: ['pari-2.13.0', 'pari-2.15.4', 'pari-2.15.5', '2.17.1']
2626
env:
2727
LC_ALL: C
2828
PARI_VERSION: ${{ matrix.pari-version }}

0 commit comments

Comments
 (0)