Skip to content

Commit

Permalink
build pypy3.9 with manylinux2014 image
Browse files Browse the repository at this point in the history
it no longer supports 2010 image
pypa/cibuildwheel#1031
  • Loading branch information
anthrotype committed Jun 13, 2022
1 parent 2e3f66d commit 37f288d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -59,9 +59,16 @@ jobs:
- os: ubuntu-latest
arch: auto64
type: manylinux2010
build: "pp*-manylinux* cp310-manylinux*"
build: "pp37-manylinux* pp38-manylinux* cp310-manylinux*"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2010
CIBW_MANYLINUX_I686_IMAGE: manylinux2010
# pypy3.9 only works with manylinux2014 image
- os: ubuntu-latest
arch: auto64
type: manylinux2014
build: "pp39-manylinux*"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_MANYLINUX_I686_IMAGE: manylinux2014

- os: macos-latest
arch: universal2
Expand Down

0 comments on commit 37f288d

Please sign in to comment.