Added python 3.9 to tests

This commit is contained in:
Rhet Turnbull
2021-06-05 11:29:16 -07:00
committed by GitHub
parent 61943d051b
commit 87af23d98c

View File

@@ -10,7 +10,7 @@ jobs:
strategy: strategy:
max-parallel: 4 max-parallel: 4
matrix: matrix:
python-version: [3.7, 3.8] python-version: [3.7, 3.8, 3.9]
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1