Skip to content

Commit

Permalink
Merge pull request #155 from saraedum/eof
Browse files Browse the repository at this point in the history
Test with all supported versions of Python
  • Loading branch information
Matthias Köppe authored Mar 16, 2024
2 parents 3f64df6 + 4772c10 commit 1d06b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
pari-version: ['pari-2.11.4', 'pari-2.13.0', 'pari-2.15.4']
env:
LC_ALL: C
Expand Down

0 comments on commit 1d06b56

Please sign in to comment.