Skip to content

Commit 1228c5d

Browse files
committed
bump old, unsupported manylinux2010 to less old, supported manylinux2014 for cp38,9
1 parent 4ec1bdd commit 1228c5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,11 @@ repair-wheel-command = """\
204204
"cmake.define.ZMQ_HAVE_IPC" = "OFF"
205205
"cmake.define.POLLER" = "select"
206206

207-
# manylinux2010 for (less) old cp37-9, pp37-8
207+
# manylinux2014 for (less) old cp37-9, pp37-8
208208
[[tool.cibuildwheel.overrides]]
209209
select = "cp3{7,8,9}-* pp3{7,8}-*"
210-
manylinux-x86_64-image = "manylinux2010"
211-
manylinux-i686-image = "manylinux2010"
210+
manylinux-x86_64-image = "manylinux2014"
211+
manylinux-i686-image = "manylinux2014"
212212

213213
# build limited-api wheels for 3.12
214214
[[tool.cibuildwheel.overrides]]

0 commit comments

Comments
 (0)