We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5e782d commit 1f37002Copy full SHA for 1f37002
.github/workflows/pythonpackage.yml
@@ -6,7 +6,7 @@ jobs:
6
python-check:
7
strategy:
8
matrix:
9
- python-version: [3.6, 3.7, 3.8, 3.9]
+ python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
10
platform: [ubuntu-latest, macos-latest, windows-latest]
11
runs-on: ${{ matrix.platform }}
12
steps:
0 commit comments