updated github actions

This commit is contained in:
Bryan Bailey
2022-04-01 22:01:05 -04:00
parent a2ea7a1560
commit dbe4e56624

View File

@@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ['3.8', '3.9']
python-version: ['3.6', '3.7', '3.8', '3.9']
steps:
- uses: actions/checkout@v2