We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 069e831 commit faef048Copy full SHA for faef048
.github/workflows/checks.yml
@@ -11,7 +11,7 @@ jobs:
11
test:
12
strategy:
13
matrix:
14
- python: [ 3.6, 3.7, 3.8, 3.9 ]
+ python: [ 3.7, 3.8, 3.9 ]
15
os: [ ubuntu-latest, macos-latest, windows-latest ]
16
runs-on: ${{ matrix.os }}
17
0 commit comments