Skip to content

Commit

Permalink
ci: Run tests on python3.9, too
Browse files Browse the repository at this point in the history
  • Loading branch information
pmav99 committed Mar 29, 2021
1 parent c3a4c72 commit 737e444
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 @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9]
fail-fast: false

steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand Down

0 comments on commit 737e444

Please sign in to comment.