We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8c6167 commit a0ddd46Copy full SHA for a0ddd46
.github/workflows/python_build.yml
@@ -26,7 +26,7 @@ jobs:
26
strategy:
27
max-parallel: 4
28
matrix:
29
- python-version: [3.6, 3.7, 3.8, 3.9]
+ python-version: [3.7, 3.8, 3.9]
30
env:
31
OS: ${{ matrix.os }}
32
PYTHON: ${{ matrix.python-version }}
0 commit comments