We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 160b58b commit e13233fCopy full SHA for e13233f
1 file changed
.github/workflows/tests.yml
@@ -7,7 +7,7 @@ jobs:
7
test_minimal: # run tests with minimal installation
8
strategy:
9
matrix:
10
- os: [ubuntu-22.04, macos-latest]
+ os: [ubuntu-22.04, macos-latest, windows-latest]
11
python-version: ["3.9", "3.11", "3.13"]
12
runs-on: ${{ matrix.os }}
13
steps:
0 commit comments