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

Skip to content

Commit 6de1960

Browse files
committed
BLD: update the manylinux versions used
We need newer versions of c++ for the font fallback. A compatible version of pip is in the CPython source for manylinux2010 : py 3.8.0+ manylinux2014 : py 3.9.0+ https://github.com/pypa/manylinux#manylinux
1 parent 02e93e2 commit 6de1960

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)