Skip to content

Commit a66e6c5

Browse files
committed
github workflows exclude os/python version combinations
1 parent 9c96239 commit a66e6c5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/pythonpackage.yml

+13
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest, macos-latest, windows-latest]
1212
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
13+
exclude:
14+
- os: macos-latest
15+
python-version: 3.5
16+
- os: windows-latest
17+
python-version: 3.5
18+
- os: ubuntu-latest
19+
python-version: 3.5
20+
- os: macos-latest
21+
python-version: 3.6
22+
- os: windows-latest
23+
python-version: 3.6
24+
- os: ubuntu-latest
25+
python-version: 3.6
1326

1427
runs-on: ${{matrix.os}}
1528

0 commit comments

Comments
 (0)