Skip to content

Commit 9dbbca8

Browse files
committed
Removed old win/mac versions as Github schedules them slowly
1 parent bc40bb6 commit 9dbbca8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
python-version: 3.5
2424
- os: windows-latest
2525
python-version: 3.5
26+
- os: macos-latest
27+
python-version: 3.6
28+
- os: windows-latest
29+
python-version: 3.6
2630
steps:
2731
- uses: actions/checkout@v2
2832
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)