Skip to content

Commit 573c729

Browse files
kalzooGobot1234
andauthored
Add Python 3.10 to GitHub Actions test matrix (#280)
Co-authored-by: James Hilton-Balfe <[email protected]>
1 parent d77f44e commit 573c729

File tree

4 files changed

+632
-653
lines changed

4 files changed

+632
-653
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [Ubuntu, MacOS, Windows]
18-
python-version: ['3.6.7', 3.7, 3.8, 3.9]
18+
python-version: ['3.6.7', '3.7', '3.8', '3.9', '3.10']
1919
exclude:
2020
- os: Windows
2121
python-version: 3.6

0 commit comments

Comments
 (0)