File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -70,10 +70,10 @@ jobs:
70
70
platforms : all
71
71
72
72
- name : Install cibuildwheel
73
- # Note: the default manylinux is manylinux2014
73
+ # Note: the default manylinux is manylinux_2_28
74
74
run : |
75
75
python -m pip install -U pip
76
- python -m pip install "cibuildwheel>=2.20,<3 "
76
+ python -m pip install "cibuildwheel>=3.2.0,<4 "
77
77
78
78
- name : Build wheels
79
79
env :
87
87
CIBW_MANYLINUX_I686_IMAGE : manylinux1
88
88
CIBW_BUILD : " cp39-${{ matrix.buildplat[1] }} cp39-${{ matrix.buildplat[1] }}"
89
89
run : python -m cibuildwheel --output-dir wheelhouse
90
-
91
90
- name : Assert all versions in wheelhouse
92
91
if : ${{ ! startsWith(matrix.buildplat[1], 'macos') }}
93
92
run : |
96
95
ls wheelhouse/*cp311*.whl
97
96
ls wheelhouse/*cp312*.whl
98
97
ls wheelhouse/*cp313*.whl
98
+ ls wheelhouse/*cp314*.whl
99
99
# Free-threading builds:
100
- ls wheelhouse/*cp313t *.whl
100
+ ls wheelhouse/*cp314t *.whl
101
101
102
102
- uses : actions/upload-artifact@v4
103
103
with :
Original file line number Diff line number Diff line change @@ -270,8 +270,6 @@ partial_branches = ["if (.*and +)*not _use_c( and.*)*:"]
270
270
directory = " htmlcov"
271
271
272
272
[tool .cibuildwheel ]
273
- # Enable free-threaded support
274
- free-threaded-support = true
275
273
skip = " pp* *-musllinux*"
276
274
build-frontend = " build"
277
275
test-command = " python {project}/tools/fail_if_no_c.py"
You can’t perform that action at this time.
0 commit comments