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 b63eb07 commit 4c6b2d2Copy full SHA for 4c6b2d2
.github/workflows/lint_test.yml
@@ -37,7 +37,7 @@ jobs:
37
strategy:
38
fail-fast: false
39
matrix:
40
- python_version: ['3.8', '3.9']
+ python_version: ['3.8', '3.9','3.10']
41
env:
42
PYTHON_VERSION: ${{ matrix.python_version }}
43
steps:
@@ -117,7 +117,7 @@ jobs:
117
118
119
120
121
os: [ubuntu-latest, windows-latest, macos-latest]
122
123
0 commit comments