Skip to content

Commit 05dffb0

Browse files
committed
[EN-1642] no 3.6 python
1 parent 6450d2c commit 05dffb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/testpackage.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
installation:
1414
strategy:
1515
matrix:
16-
os: [ubuntu-latest, windows-latest, macos-latest]
17-
python-version: [3.6, 3.7, 3.8]
16+
os: [ubuntu-latest]
17+
python-version: [3.6]
1818

1919
runs-on: ${{ matrix.os }}
2020

@@ -48,7 +48,7 @@ jobs:
4848
strategy:
4949
matrix:
5050
os: [ubuntu-latest, windows-latest, macos-latest]
51-
python-version: [3.6, 3.7, 3.8]
51+
python-version: [3.7, 3.8]
5252

5353
runs-on: ${{ matrix.os }}
5454

0 commit comments

Comments
 (0)