We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f65ddfd + b27f918 commit 10fbd64Copy full SHA for 10fbd64
1 file changed
.github/workflows/test.yml
@@ -11,8 +11,7 @@ jobs:
11
12
strategy:
13
matrix:
14
- # TODO: add windows-latest
15
- platform: [ubuntu-latest, macos-latest]
+ platform: [ubuntu-latest, macos-latest, windows-latest]
16
python-version: [3.8, 3.9, "3.10", 3.11, 3.12]
17
18
name: Python ${{ matrix.python-version }} on ${{ matrix.platform }}
0 commit comments