Minor fixes

This commit is contained in:
2021-01-21 18:21:53 -06:00
parent f7ce441fa6
commit 7dbbfdc418
6 changed files with 7 additions and 14 deletions

View File

@@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9]
steps:
- name: Check out source code