Skip to content

Commit e13233f

Browse files
committed
Add Windows to CI matrix
1 parent 160b58b commit e13233f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
test_minimal: # run tests with minimal installation
88
strategy:
99
matrix:
10-
os: [ubuntu-22.04, macos-latest]
10+
os: [ubuntu-22.04, macos-latest, windows-latest]
1111
python-version: ["3.9", "3.11", "3.13"]
1212
runs-on: ${{ matrix.os }}
1313
steps:

0 commit comments

Comments
 (0)