We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf8f07 commit 0b8696bCopy full SHA for 0b8696b
1 file changed
.github/workflows/pythonpackage.yml
@@ -15,8 +15,8 @@ jobs:
15
runs-on: ${{ matrix.os }}
16
strategy:
17
matrix:
18
- python-version: [3.6, 3.7, 3.8, 3.9]
19
- os: [ubuntu-latest, macos-latest, windows-latest]
+ python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
+ os: [ubuntu-latest, macos-latest]
20
21
steps:
22
- uses: actions/checkout@v2
0 commit comments