Make tests compatible with Python 3.7+

This commit is contained in:
2020-12-03 12:00:32 -06:00
parent 57d185dfc2
commit e7426e445a
3 changed files with 15 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ 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]
steps:
- name: Check out source code
@@ -24,4 +24,4 @@ jobs:
- name: Test with pytest
run: |
pytest
pytest