Skip to content

Commit

Permalink
ci: start testing py 3.9 too
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-- committed Aug 25, 2021
1 parent df281dc commit b3d1c5c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/run_pytests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ jobs:
name: pytest ${{ matrix.os }}::py${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 5
max-parallel: 6
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.8]
python-version: [3.9]
include:
# we'll test the python support on ubuntu
- os: ubuntu-latest
python-version: 3.8
- os: ubuntu-latest
python-version: 3.7
- os: ubuntu-latest
Expand Down

0 comments on commit b3d1c5c

Please sign in to comment.