Skip to content

Commit 8c65e6d

Browse files
committed
remove python 3.6
1 parent 4a7443e commit 8c65e6d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/main.yml

-10
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
strategy:
1515
matrix:
1616
python-version:
17-
- '3.6'
1817
- '3.7'
1918
- '3.8'
2019
- '3.9'
@@ -36,18 +35,9 @@ jobs:
3635
- name: Install dependencies
3736
run: python -m pip install --upgrade codecov tox
3837

39-
- name: Install tox-py
40-
if: ${{ matrix.python-version == '3.6' }}
41-
run: python -m pip install --upgrade tox-py
42-
4338
- name: Run tox targets for ${{ matrix.python-version }}
44-
if: ${{ matrix.python-version != '3.6' }}
4539
run: tox run -f py$(echo ${{ matrix.python-version }} | tr -d .)
4640

47-
- name: Run tox targets for ${{ matrix.python-version }}
48-
if: ${{ matrix.python-version == '3.6' }}
49-
run: tox --py current
50-
5141
- name: Run extra tox targets
5242
if: ${{ matrix.python-version == '3.9' }}
5343
run: |

0 commit comments

Comments
 (0)