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 ad01c6d commit 3e9af47Copy full SHA for 3e9af47
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
matrix:
16
os: [ubuntu-latest]
17
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11.0-rc.2']
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']
+ 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', 'pari-2.15.1', 'snapshot']
19
env:
20
LC_ALL: C
21
PARI_VERSION: ${{ matrix.pari-version }}
0 commit comments