We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d67bc8c + 21124e8 commit 13988e4Copy full SHA for 13988e4
.github/workflows/test.yaml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- python-version: ["3.6", "3.7", "3.8", "3.10"]
+ python-version: ["3.7", "3.8", "3.10"]
11
include:
12
- python-version: "3.9"
13
use_coverage: 'coverage'
0 commit comments