ci: test Python 3.10

This commit is contained in:
James Barlow
2022-04-03 19:06:50 -07:00
parent dfe31a2f6d
commit f3593c915d
+4 -2
View File
@@ -26,6 +26,8 @@ jobs:
python: 3.8
- os: ubuntu-20.04
python: 3.9
- os: ubuntu-20.04
python: 3.10
- os: ubuntu-latest
python: 3.9
- os: ubuntu-latest
@@ -120,7 +122,7 @@ jobs:
strategy:
matrix:
os: [macos-latest]
python: ["3.9"]
python: ["3.9", "3.10"]
env:
OS: ${{ matrix.os }}
@@ -175,7 +177,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
python: ["3.9"]
python: ["3.9", "3.10"]
env:
OS: ${{ matrix.os }}