Skip to content

Commit 8aeec7c

Browse files
committed
actions: exclude windows
1 parent 230d7c0 commit 8aeec7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
platform: [ubuntu-latest, macos-latest, windows-latest]
32+
platform: [ubuntu-latest, macos-latest] # , windows-latest] # no capacity to support windows here...
3333
python-version: ['3.12', '3.13', '3.14']
3434
# vvv just an example of excluding stuff from matrix
3535
# exclude: [{platform: macos-latest, python-version: '3.6'}]

0 commit comments

Comments
 (0)