Skip to content

Commit 30981eb

Browse files
Change manylinux image type
Numpy no longer provides manylinux2014 images. It seems to be backwards compatible to just bump the manulinux version for all versions of Python that we support.
1 parent 0bc7fa0 commit 30981eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
# Disable auditwheel as it isn't compatible with setuptools_dso approach
119119
# https://github.com/mdavidsaver/setuptools_dso/issues/17
120120
CIBW_REPAIR_WHEEL_COMMAND: ""
121-
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
121+
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
122122
CIBW_ENVIRONMENT_LINUX: SETUPTOOLS_DSO_PLAT_NAME=manylinux2014_x86_64
123123
CIBW_SKIP: "*-musllinux*" # epicscorelibs doesn't build on musllinux platforms
124124

0 commit comments

Comments
 (0)