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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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