Skip to content

Commit 37f288d

Browse files
committed
build pypy3.9 with manylinux2014 image
it no longer supports 2010 image pypa/cibuildwheel#1031
1 parent 2e3f66d commit 37f288d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,16 @@ jobs:
5959
- os: ubuntu-latest
6060
arch: auto64
6161
type: manylinux2010
62-
build: "pp*-manylinux* cp310-manylinux*"
62+
build: "pp37-manylinux* pp38-manylinux* cp310-manylinux*"
6363
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2010
6464
CIBW_MANYLINUX_I686_IMAGE: manylinux2010
65+
# pypy3.9 only works with manylinux2014 image
66+
- os: ubuntu-latest
67+
arch: auto64
68+
type: manylinux2014
69+
build: "pp39-manylinux*"
70+
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
71+
CIBW_MANYLINUX_I686_IMAGE: manylinux2014
6572

6673
- os: macos-latest
6774
arch: universal2

0 commit comments

Comments
 (0)