Skip to content

Commit

Permalink
drop python 3.6 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
videlec committed Mar 23, 2023
1 parent 5edc194 commit c055b6f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ on:

jobs:
build:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
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 c055b6f

Please sign in to comment.