File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -123,10 +123,10 @@ skip = "pp* *win32*"
123123test-requires = [" pytest" ]
124124test-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 ]
132132before-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"]
137137archs = [ " aarch64" ]
138- skip = " cp39*"
138+ # skip = "cp39*"
139139
140140[tool .cibuildwheel .macos ]
141141archs = [" x86_64" , " arm64" ]
You can’t perform that action at this time.
0 commit comments