Skip to content

Commit

Permalink
chore: Add Python 3.9 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
MRigal committed Oct 26, 2020
1 parent 27269be commit 5933733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:

runs-on: ubuntu-latest
strategy:
max-parallel: 3
max-parallel: 4
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 5933733

Please sign in to comment.