Update tested python versions

This commit is contained in:
Zach White
2021-03-07 11:18:08 -08:00
committed by GitHub
parent c6977fa851
commit 3c31d41bf3
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
python-version: [3.6, 3.7, 3.8]
python-version: [3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v1