We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58f6bc0 commit 6f4b6b9Copy full SHA for 6f4b6b9
3 files changed
.github/workflows/checks.yml
@@ -10,7 +10,7 @@ jobs:
10
test:
11
strategy:
12
matrix:
13
- python: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
+ python: [ "3.8", "3.9", "3.10", "3.11" ]
14
os: [ ubuntu-latest, macos-latest, windows-latest ]
15
runs-on: ${{ matrix.os }}
16
steps:
0 commit comments