Skip to content

Commit 6c841b1

Browse files
committed
[CI] disable unused
1 parent 7765073 commit 6c841b1

1 file changed

Lines changed: 23 additions & 23 deletions

File tree

.github/workflows/wheel.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -20,33 +20,33 @@ jobs:
2020
- os: ubuntu-latest
2121
platform_id: manylinux_x86_64
2222
manylinux_image: manylinux2014
23-
- os: windows-latest
24-
platform_id: win_amd64
25-
# macos x86_64 (intel)
26-
- os: macos-15-intel
27-
platform_id: macosx_x86_64
28-
# macos arm64 (apple silicon)
29-
- os: macos-14
30-
platform_id: macosx_arm64
23+
#- os: windows-latest
24+
# platform_id: win_amd64
25+
## macos x86_64 (intel)
26+
#- os: macos-15-intel
27+
# platform_id: macosx_x86_64
28+
## macos arm64 (apple silicon)
29+
#- os: macos-14
30+
# platform_id: macosx_arm64
3131

32-
- python_version: '3.8'
33-
python: 38
34-
cibuildwheel: "cibuildwheel<3"
32+
#- python_version: '3.8'
33+
# python: 38
34+
# cibuildwheel: "cibuildwheel<3"
3535
- python_version: '3.9'
3636
python: 39
3737
cibuildwheel: "cibuildwheel<3"
38-
- python_version: '3.10'
39-
python: 310
40-
cibuildwheel: "cibuildwheel<3"
41-
- python_version: '3.11'
42-
python: 311
43-
cibuildwheel: "cibuildwheel<4"
44-
- python_version: '3.12'
45-
python: 312
46-
cibuildwheel: "cibuildwheel<4"
47-
- python_version: '3.13'
48-
python: 313
49-
cibuildwheel: "cibuildwheel<4"
38+
#- python_version: '3.10'
39+
# python: 310
40+
# cibuildwheel: "cibuildwheel<3"
41+
#- python_version: '3.11'
42+
# python: 311
43+
# cibuildwheel: "cibuildwheel<4"
44+
#- python_version: '3.12'
45+
# python: 312
46+
# cibuildwheel: "cibuildwheel<4"
47+
#- python_version: '3.13'
48+
# python: 313
49+
# cibuildwheel: "cibuildwheel<4"
5050

5151
runs-on: ${{ matrix.os }}
5252

0 commit comments

Comments
 (0)