We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 704d036 commit 60cc9e0Copy full SHA for 60cc9e0
.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
14
fail-fast: false
15
matrix:
16
os: [ubuntu-latest]
17
- python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
+ python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
18
pari-version: ['pari-2.9.4', 'pari-2.9.5', 'pari-2.11.0', 'pari-2.11.0', 'pari-2.11.2', 'pari-2.11.3', 'pari-2.11.4', 'pari-2.13.0', 'snapshot']
19
env:
20
LC_ALL: C
0 commit comments