Skip to content

Commit

Permalink
tweak minimal python version
Browse files Browse the repository at this point in the history
  • Loading branch information
fchapoton committed Mar 31, 2023
1 parent 623b580 commit 7c4e967
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 @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ['3.6', '3.10', '3.11']
python-version: ['3.7', '3.10', '3.11']
pari-version: ['pari-2.9.5', 'pari-2.11.4', 'pari-2.13.0', 'pari-2.15.1']
env:
LC_ALL: C
Expand Down

0 comments on commit 7c4e967

Please sign in to comment.