Skip to content

Commit

Permalink
use pari 2.17 in CI, drop old pari and python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpase committed Jan 6, 2025
1 parent aa7bf44 commit dfd9d75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13-dev']
pari-version: ['pari-2.11.4', 'pari-2.13.0', 'pari-2.15.4', 'pari-2.15.5']
python-version: ['3.10', '3.11', '3.12', '3.13-dev']
pari-version: ['pari-2.13.0', 'pari-2.15.4', 'pari-2.15.5', '2.17.1']
env:
LC_ALL: C
PARI_VERSION: ${{ matrix.pari-version }}
Expand Down

0 comments on commit dfd9d75

Please sign in to comment.