Skip to content

Commit f83e574

Browse files
committed
Test all Python versions on Windows
1 parent 6a102ad commit f83e574

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,13 @@ jobs:
6060
strategy:
6161
fail-fast: false
6262
matrix:
63-
os: [ubuntu-latest]
63+
os: [ubuntu-latest, windows]
6464
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14", pypy-3.11]
6565
include:
6666
- os: macos-latest
6767
python-version: "3.9"
6868
- os: macos-latest
6969
python-version: "3.13"
70-
- os: windows-latest
71-
python-version: "3.9"
72-
- os: windows-latest
73-
python-version: "3.13"
7470
runs-on: ${{ matrix.os }}
7571
needs: changed-files
7672
if: |

0 commit comments

Comments
 (0)