We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8136c33 commit 175fe6cCopy full SHA for 175fe6c
.github/workflows/pythonpackage.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
os: [windows-latest, ubuntu-latest, macos-latest]
17
- python-version: [3.7, 3.8, 3.9]
+ python-version: [3.7, 3.8, 3.9, "3.10"]
18
steps:
19
- uses: actions/checkout@v2
20
- name: Set up Python ${{ matrix.python-version }}
0 commit comments