Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build PyPy3.11 wheel for macOS 10.15 x86_64 #8789

Merged
merged 1 commit into from
Mar 2, 2025

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Mar 2, 2025

cibuildwheel v2.23.0 (#8785) now also builds PyPy3.11 (https://github.com/pypa/cibuildwheel/releases/tag/v2.23.0).

https://github.com/python-pillow/Pillow/actions/runs/13608693136 created PyPy3.10 and 3.11 wheels for all:

./dist-ubuntu-24.04-arm-aarch64/pillow-11.2.0.dev0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
./dist-ubuntu-24.04-arm-aarch64/pillow-11.2.0.dev0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
./dist-ubuntu-latest-x86_64-manylinux_2_28/pillow-11.2.0.dev0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
./dist-ubuntu-latest-x86_64-manylinux_2_28/pillow-11.2.0.dev0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl
./dist-ubuntu-24.04-arm-aarch64-manylinux_2_28/pillow-11.2.0.dev0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
./dist-ubuntu-24.04-arm-aarch64-manylinux_2_28/pillow-11.2.0.dev0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl
./dist-macos-latest-11.0-arm64/pillow-11.2.0.dev0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
./dist-macos-latest-11.0-arm64/pillow-11.2.0.dev0-pp311-pypy311_pp73-macosx_11_0_arm64.whl
./dist-windows-AMD64/pillow-11.2.0.dev0-pp310-pypy310_pp73-win_amd64.whl
./dist-windows-AMD64/pillow-11.2.0.dev0-pp311-pypy311_pp73-win_amd64.whl
./dist-ubuntu-latest-x86_64/pillow-11.2.0.dev0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
./dist-ubuntu-latest-x86_64/pillow-11.2.0.dev0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
./dist-macos-13-10.15-x86_64/pillow-11.2.0.dev0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl

We already exclude PyPy3.9 explicitly, so we can make change this macOS 10.15 x86_64 wildcard from pp310* to pp3*.

This then also builds this wheel:

./dist-macos-13-10.15-x86_64/pillow-11.2.0.dev0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl

@hugovk hugovk merged commit 5d52ede into python-pillow:main Mar 2, 2025
18 checks passed
@hugovk hugovk deleted the wheels-pypy3.11 branch March 2, 2025 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants