Add Python 3.10 to GitHub Actions test matrix (#280)

Co-authored-by: James Hilton-Balfe <50501825+Gobot1234@users.noreply.github.com>
This commit is contained in:
Kalan
2021-12-29 15:10:34 -08:00
committed by GitHub
parent d77f44ebb7
commit 573c7292a6
4 changed files with 632 additions and 653 deletions

View File

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