Skip to content

Commit 2f861b2

Browse files
committed
remove Python 3.6 from actions
1 parent 187e66f commit 2f861b2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/unittests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@
1616
strategy:
1717
matrix:
1818
os: ['macos-latest', 'ubuntu-latest', 'windows-latest']
19-
environment-file: [ci/36.yaml, ci/37.yaml, ci/38.yaml, ci/39.yaml]
20-
exclude:
21-
- environment-file: ci/36.yaml
22-
os: windows-latest
19+
environment-file: [ci/37.yaml, ci/38.yaml, ci/39.yaml]
2320

2421
steps:
2522
- name: checkout repo

0 commit comments

Comments
 (0)