Fix Python 3.9 Tests (#284)

Co-authored-by: James Hilton-Balfe <50501825+Gobot1234@users.noreply.github.com>
This commit is contained in:
Kalan
2021-11-19 13:32:36 -08:00
committed by GitHub
parent c424b6f8db
commit a4d2d39546
5 changed files with 103 additions and 36 deletions

View File

@@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [Ubuntu, MacOS, Windows]
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: ['3.6.7', 3.7, 3.8, 3.9]
exclude:
- os: Windows
python-version: 3.6