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.
2 parents 0ef8cc8 + 08daec0 commit ec34001Copy full SHA for ec34001
.github/workflows/main.yaml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
fail-fast: false
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
os: [ubuntu-latest, windows-latest, macos-latest]
11
runs-on: ${{ matrix.os }}
12
name: Python ${{ matrix.python-version }} on ${{ matrix.os }}
0 commit comments