Skip to content

Commit 31c294c

Browse files
committed
Move to glibc 2.34
1 parent c1f4dc1 commit 31c294c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,10 @@ skip = "pp* *win32*"
123123
test-requires = ["pytest"]
124124
test-command = "py.test {project}/tests/"
125125

126-
manylinux-x86_64-image = "manylinux_2_28"
127-
manylinux-aarch64-image = "manylinux_2_28"
128-
manylinux-pypy_x86_64-image = "manylinux_2_28"
129-
manylinux-pypy_aarch64-image = "manylinux_2_28"
126+
manylinux-x86_64-image = "manylinux_2_34"
127+
manylinux-aarch64-image = "manylinux_2_34"
128+
manylinux-pypy_x86_64-image = "manylinux_2_34"
129+
manylinux-pypy_aarch64-image = "manylinux_2_34"
130130

131131
[tool.cibuildwheel.windows]
132132
before-build = "pip install setuptools cython delocate"
@@ -135,7 +135,7 @@ repair-wheel-command = "python.exe setup.py repair_win_wheel --destdir={dest_dir
135135
[tool.cibuildwheel.linux]
136136
# archs = ["x86_64", "aarch64"]
137137
archs = [ "aarch64"]
138-
skip = "cp39*"
138+
# skip = "cp39*"
139139

140140
[tool.cibuildwheel.macos]
141141
archs = ["x86_64", "arm64"]

0 commit comments

Comments
 (0)