Skip to content

Commit

Permalink
ci.yml: build pypy3.9 wheel with manylinux2014
Browse files Browse the repository at this point in the history
as it no longer supports manylinux2010
  • Loading branch information
anthrotype committed Jun 13, 2022
1 parent f8e280a commit e7ebe8e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,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 e7ebe8e

Please sign in to comment.