Skip to content

Commit ba21a37

Browse files
committed
consistently apply manylinux 2024 to Python <=3.9
rather than different pypy and cpython
1 parent 28b82e2 commit ba21a37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,9 @@ repair-wheel-command = """\
202202
"cmake.define.ZMQ_HAVE_IPC" = "OFF"
203203
"cmake.define.POLLER" = "select"
204204

205-
# manylinux2014 for (less) old cp37-9, pp37-8
205+
# manylinux2014 for old Python <= 3.9
206206
[[tool.cibuildwheel.overrides]]
207-
select = "cp3{7,8,9}-* pp3{7,8}-*"
207+
select = "cp3{8,9}-* pp3{8,9}-*"
208208
manylinux-x86_64-image = "manylinux2014"
209209
manylinux-i686-image = "manylinux2014"
210210

0 commit comments

Comments
 (0)