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 df36b18 commit 2c5a043Copy full SHA for 2c5a043
.github/workflows/code_checks.yaml
@@ -6,7 +6,7 @@ jobs:
6
code_checks:
7
strategy:
8
matrix:
9
- pyver: [ 3.7, 3.8, 3.9, 3.10 ]
+ pyver: [ 3.7, 3.8, 3.9 ]
10
os: [ ubuntu, macos, windows ]
11
fail-fast: true
12
runs-on: ${{ matrix.os }}-latest
0 commit comments