Skip to content

Commit

Permalink
ci(actions): Add Python 3.9 to test.yml (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Nov 4, 2020
1 parent f922dd2 commit dfd8e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
test:
strategy:
matrix:
python: ['3.6', '3.7', '3.8']
python: ['3.6', '3.7', '3.8', '3.9']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit dfd8e0a

Please sign in to comment.