Skip to content

Commit 3b7d79f

Browse files
committed
Enable win/py3.5 and 3.6 in CI
1 parent 8c2aec6 commit 3b7d79f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ jobs:
1212
matrix:
1313
os: [ubuntu-latest, macos-latest, windows-latest]
1414
python-version: [ '3.5', '3.6', '3.7', '3.8' ]
15-
exclude:
16-
- os: windows-latest
17-
python-version: '3.5'
18-
- os: windows-latest
19-
python-version: '3.6'
2015
steps:
2116
- name: Checkout
2217
uses: actions/checkout@v1

0 commit comments

Comments
 (0)