File tree Expand file tree Collapse file tree 1 file changed +13
-14
lines changed
Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -13,19 +13,18 @@ jobs:
1313 fail-fast : false
1414 matrix :
1515 include :
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
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 3.14
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 3.14
2928 - os : macos
3029 target : x86_64
3130 manylinux : auto
5352 target : armv7
5453 manylinux : 2_28
5554 python-architecture : x64
56- interpreter : 3.9 3.10 3.11 3.12 3.13
55+ interpreter : 3.9 3.10 3.11 3.12 3.13 3.14
5756 - os : ubuntu
5857 target : ppc64le
5958 manylinux : 2_28
You can’t perform that action at this time.
0 commit comments