File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -13,18 +13,19 @@ jobs:
1313 fail-fast : false
1414 matrix :
1515 include :
16- - os : windows
17- ls : dir
18- target : x86_64
19- manylinux : auto
20- python-architecture : x64
21- interpreter : 3.9 3.10 3.11 3.12 3.13
22- - os : windows
23- ls : dir
24- target : i686
25- manylinux : auto
26- python-architecture : x86
27- interpreter : 3.9 3.10 3.11 3.12 3.13
16+ # Windows builds are disabled because maturin fails.
17+ # - os: windows
18+ # ls: dir
19+ # target: x86_64
20+ # manylinux: auto
21+ # python-architecture: x64
22+ # interpreter: 3.9 3.10 3.11 3.12 3.13 3.14
23+ # - os: windows
24+ # ls: dir
25+ # target: i686
26+ # manylinux: auto
27+ # python-architecture: x86
28+ # interpreter: 3.9 3.10 3.11 3.12 3.13 3.14
2829 - os : macos
2930 target : x86_64
3031 manylinux : auto
You can’t perform that action at this time.
0 commit comments