Skip to content

Commit 01f6092

Browse files
authored
Merge pull request #84 from slayoo/fix_windows_build
update sys matrix to skip intended Py versions on Linux and Win
2 parents 8c6e900 + d76b214 commit 01f6092

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/tests+artifacts+pypi.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,12 @@ jobs:
1717
strategy:
1818
matrix:
1919
platform: [ubuntu-latest, macos-latest, windows-latest]
20-
python-version: ["3.8", "3.10"]
20+
python-version: ["3.7", "3.8", "3.10"]
2121
exclude:
22+
- platform: ubuntu-latest
23+
python-version: "3.7"
24+
- platform: windows-latest
25+
python-version: "3.8"
2226
- platform: windows-latest
2327
python-version: "3.10"
2428
runs-on: ${{ matrix.platform }}

0 commit comments

Comments
 (0)