We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a5e70 commit cd71dbbCopy full SHA for cd71dbb
.github/workflows/test.yml
@@ -35,7 +35,7 @@ jobs:
35
fail-fast: true
36
matrix:
37
os: [ "ubuntu-latest", "macos-latest" ]
38
- python-version: [ "3.6", "3.7", "3.8", "3.9" ]
+ python-version: [ "3.7", "3.8", "3.9" ]
39
runs-on: ${{ matrix.os }}
40
steps:
41
#----------------------------------------------
0 commit comments