Skip to content

Commit

Permalink
Build PyPy wheels for 3.9 and 3.10, drop 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Legrandin committed Sep 13, 2023
1 parent d1598cd commit 08bc46d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- python-version: pypy2.7
cffi: no
os: ubuntu-latest
- python-version: pypy3.8
- python-version: pypy3.9
cffi: no
os: ubuntu-latest
env:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:
echo 'CIBW_ARCHS=x86_64 universal2' >> $GITHUB_ENV
if: runner.os == 'macOS'

- uses: pypa/cibuildwheel@v2.11.2
- uses: pypa/cibuildwheel@v2.15.0
name: Build wheels
env:
# cibuildwheel will build wheel once and test it for each CPython version
# and for PyPy > 3.7.
CIBW_BUILD: "cp36-* cp37-* cp38-* cp39-* cp310-* cp311-* pp38-* pp39-*"
# and for PyPy > 3.8.
CIBW_BUILD: "cp36-* cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* pp39-* pp310-*"
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014"
CIBW_MANYLINUX_I686_IMAGE: "manylinux2014"
CIBW_MANYLINUX_PYPY_X86_64_IMAGE: "manylinux2014"
Expand Down

0 comments on commit 08bc46d

Please sign in to comment.