We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 910f320 commit 3494ef2Copy full SHA for 3494ef2
1 file changed
.github/workflows/test.yml
@@ -11,8 +11,7 @@ jobs:
11
12
strategy:
13
matrix:
14
- # TODO: add windows-latest also
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