We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3931816 commit 25d568bCopy full SHA for 25d568b
.github/workflows/test_and_deploy.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ${{ matrix.platform }}
18
strategy:
19
matrix:
20
- platform: [ubuntu-latest, macos-latest]
+ platform: [ubuntu-latest, macos-latest, windows-latest]
21
python-version: ['3.8', '3.9', '3.10']
22
23
steps:
0 commit comments