Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 59e021a

Browse files
authored
Merge pull request #23557 from tacaswell/bump_manylinux
BLD: update the manylinux versions used
2 parents 0a4866f + 6de1960 commit 59e021a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ jobs:
7070
env:
7171
CIBW_BUILD: "cp39-*"
7272
CIBW_SKIP: "*-musllinux*"
73-
CIBW_MANYLINUX_X86_64_IMAGE: manylinux1
74-
CIBW_MANYLINUX_I686_IMAGE: manylinux1
73+
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
74+
CIBW_MANYLINUX_I686_IMAGE: manylinux2014
7575
CIBW_BEFORE_BUILD: >-
7676
pip install certifi oldest-supported-numpy &&
7777
git clean -fxd build
@@ -83,8 +83,8 @@ jobs:
8383
env:
8484
CIBW_BUILD: "cp38-*"
8585
CIBW_SKIP: "*-musllinux*"
86-
CIBW_MANYLINUX_X86_64_IMAGE: manylinux1
87-
CIBW_MANYLINUX_I686_IMAGE: manylinux1
86+
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2010
87+
CIBW_MANYLINUX_I686_IMAGE: manylinux2010
8888
CIBW_BEFORE_BUILD: >-
8989
pip install certifi numpy==1.19.2 &&
9090
git clean -fxd build

0 commit comments

Comments
 (0)