We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec1bdd commit 1228c5dCopy full SHA for 1228c5d
pyproject.toml
@@ -204,11 +204,11 @@ repair-wheel-command = """\
204
"cmake.define.ZMQ_HAVE_IPC" = "OFF"
205
"cmake.define.POLLER" = "select"
206
207
-# manylinux2010 for (less) old cp37-9, pp37-8
+# manylinux2014 for (less) old cp37-9, pp37-8
208
[[tool.cibuildwheel.overrides]]
209
select = "cp3{7,8,9}-* pp3{7,8}-*"
210
-manylinux-x86_64-image = "manylinux2010"
211
-manylinux-i686-image = "manylinux2010"
+manylinux-x86_64-image = "manylinux2014"
+manylinux-i686-image = "manylinux2014"
212
213
# build limited-api wheels for 3.12
214
0 commit comments