Skip to content

Commit

Permalink
[ci] Enable test workflows on Python 3.9.
Browse files Browse the repository at this point in the history
Issue #162.
  • Loading branch information
ChrisCummins committed Mar 30, 2021
1 parent 16de69d commit 19ef3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
python: [3.6, 3.7, 3.8]
python: [3.6, 3.7, 3.8, 3.9]
exclude:
# Only test recent python versions on macOS.
- os: macos-latest
Expand Down

0 comments on commit 19ef3c7

Please sign in to comment.