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

Add support for PyPy3.9, drop PyPy3.7 #349

Merged
merged 7 commits into from Dec 13, 2022

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Dec 6, 2022

Like python-pillow/Pillow#6782.

Changes proposed in this pull request:


Looks like we'll need an update to multibuild?

The Linux builds pass but the macOS don't because of a URL change:

  https://downloads.python.org/pypy/pypy3.8-v7.3.10-osx64.tar.bz2:
  2022-12-06 20:10:02 ERROR 404: Not Found.

https://github.com/hugovk/pillow-wheels/actions/runs/3632582399/jobs/6128598577

v7.3.9 had:

  • pypy3.8-v7.3.9-osx64.tar.bz2

v7.3.10 has:

  • pypy3.9-v7.3.10-macos_arm64.tar.bz2
  • pypy3.9-v7.3.10-macos_x86_64.tar.bz2

https://downloads.python.org/pypy/

The release notes say it now includes both macOS versions:

Highlights of the release, since the release of 7.3.9 in March 2022 include:

  • A release of Apple Silicon M1 arm64 versions. This work was sponsored by an anonymous donor and is tested on our buildbots.

PyPy3.7 is no longer supported
@radarhere
Copy link
Member

I've updated the x86_64 suffix in multi-build/multibuild#489

Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
@radarhere
Copy link
Member

I've created https://foss.heptapod.net/pypy/pypy/-/issues/3868 about the tkinter failure.

@radarhere
Copy link
Member

It turns out that tkinter has been disabled on macOS PyPy - https://foss.heptapod.net/pypy/pypy/-/issues/3868#note_193028

tkinter is disabled for macOS PyPy
@hugovk hugovk marked this pull request as ready for review December 13, 2022 05:11
@radarhere radarhere merged commit b4eb012 into python-pillow:main Dec 13, 2022
@hugovk hugovk deleted the add-pypy-3.9 branch December 13, 2022 10:15
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.

None yet

2 participants