Skip to content

Commit faa240c

Browse files
remove python3.6 test/lint support due to actions/setup-python#162
1 parent 4fd4e6a commit faa240c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint-and-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
strategy:
88
matrix:
99
os: [ubuntu-latest, macos-latest, windows-latest]
10-
python-version: [3.6, 3.7, 3.8]
10+
python-version: [3.7, 3.8]
1111
requirements: [requirements.txt]
1212
include:
1313
- requirements: requirements-min.txt
14-
python-version: 3.6
14+
python-version: 3.7
1515
os: ubuntu-latest
1616

1717
runs-on: ${{ matrix.os }}
@@ -35,7 +35,7 @@ jobs:
3535

3636
strategy:
3737
matrix:
38-
python-version: [3.6, 3.7, 3.8]
38+
python-version: [3.7, 3.8]
3939

4040
runs-on: ubuntu-latest
4141

0 commit comments

Comments
 (0)