We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 230d7c0 commit 8aeec7cCopy full SHA for 8aeec7c
1 file changed
.github/workflows/main.yml
@@ -29,7 +29,7 @@ jobs:
29
strategy:
30
fail-fast: false
31
matrix:
32
- platform: [ubuntu-latest, macos-latest, windows-latest]
+ platform: [ubuntu-latest, macos-latest] # , windows-latest] # no capacity to support windows here...
33
python-version: ['3.12', '3.13', '3.14']
34
# vvv just an example of excluding stuff from matrix
35
# exclude: [{platform: macos-latest, python-version: '3.6'}]
0 commit comments