File tree Expand file tree Collapse file tree 3 files changed +13
-16
lines changed Expand file tree Collapse file tree 3 files changed +13
-16
lines changed Original file line number Diff line number Diff line change @@ -99,12 +99,12 @@ jobs:
99
99
build : " *manylinux*"
100
100
101
101
# additional manylinux variants, not specified in pyproject.toml:
102
- # build with newer 2_28 for cpython >= 3.10, pypy 3.9
103
- - name : manylinux-x86_64-2_28
104
- cibw :
105
- arch : x86_64
106
- build : " cp31*-manylinux* pp39-manylinux*"
107
- manylinux_x86_64_image : manylinux_2_28
102
+ # this is where we would add e.g. older manylinux_2014 builds
103
+ # - name: manylinux-x86_64-2014
104
+ # cibw:
105
+ # arch: x86_64
106
+ # build: "cp31*-manylinux* pp39-manylinux*"
107
+ # manylinux_x86_64_image: manylinux_2_28
108
108
109
109
- name : musllinux
110
110
cibw :
Original file line number Diff line number Diff line change @@ -161,12 +161,12 @@ NO_CYTHON_COMPILE = "true"
161
161
162
162
[tool .cibuildwheel .linux ]
163
163
before-all = " bash tools/install_libzmq.sh"
164
- manylinux-x86_64-image = " manylinux2014 "
165
- manylinux-i686-image = " manylinux2014 "
166
- manylinux-aarch64-image = " manylinux2014 "
167
- musllinux-aarch64-image = " musllinux_1_1 "
168
- musllinux-i686-image = " musllinux_1_1 "
169
- musllinux-x86_64-image = " musllinux_1_1 "
164
+ manylinux-x86_64-image = " manylinux_2_28 "
165
+ manylinux-i686-image = " manylinux_2_28 "
166
+ manylinux-aarch64-image = " manylinux_2_28 "
167
+ musllinux-aarch64-image = " musllinux_1_2 "
168
+ musllinux-i686-image = " musllinux_1_2 "
169
+ musllinux-x86_64-image = " musllinux_1_2 "
170
170
171
171
[tool .cibuildwheel .linux .environment ]
172
172
ZMQ_PREFIX = " /usr/local"
@@ -218,6 +218,3 @@ config-settings."wheel.py-api" = "cp312"
218
218
before-build = " pip install abi3audit"
219
219
inherit.repair-wheel-command = " append"
220
220
repair-wheel-command = " abi3audit --strict --report {wheel}"
221
-
222
- # note: manylinux_2_28 builds are added
223
- # in .github/workflows/wheels.yml
Original file line number Diff line number Diff line change 1
1
abi3audit
2
- cibuildwheel==2.23 .*
2
+ cibuildwheel==3.0 .*
3
3
delvewheel==1.10.*; sys_platform == 'win32'
You can’t perform that action at this time.
0 commit comments