Skip to content

Commit a0ddd46

Browse files
authored
chore(ci): drop 3.6 from workflows (#1395)
1 parent c8c6167 commit a0ddd46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/python_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
max-parallel: 4
2828
matrix:
29-
python-version: [3.6, 3.7, 3.8, 3.9]
29+
python-version: [3.7, 3.8, 3.9]
3030
env:
3131
OS: ${{ matrix.os }}
3232
PYTHON: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)