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

Removed support for tkinter in PyPy before Python 3.6 #6551

Merged
merged 1 commit into from Aug 31, 2022

Conversation

nulano
Copy link
Contributor

@nulano nulano commented Aug 30, 2022

Continuing from #6549, this PR removes support for old PyPy.

The function interpaddr was added to PyPy over 4 years ago: https://foss.heptapod.net/pypy/pypy/-/commit/8f15f623274f84bae5a4c3be914abb96b604a254

From the tags on that commit, I can see it was included in release-pypy3.6-v7.0.0, the first Python 3.6 PyPy release.
Since Python 3.5 is no longer supported by Pillow, the old code can be removed without deprecation.

@hugovk
Copy link
Member

hugovk commented Aug 30, 2022

👍

There's also some PyPy3.5 tags on that commit.

And to look at it from the other angle: Python 3.7 is the oldest version we support.

PyPy3.7 stable was released on 2021-04-08, a good few years after the 2017-11-05 commit.

(We don't support pre-release PyPy, but PyPy3.7 alpha was 2020-09-25 and beta was 2020-11-21, also both long after the commit.)

@hugovk hugovk added the Cleanup label Aug 30, 2022
@radarhere radarhere merged commit d06cd70 into python-pillow:main Aug 31, 2022
@radarhere radarhere changed the title Removed support for PyPy before Python 3.6 Removed support for tkinter in PyPy before Python 3.6 Aug 31, 2022
@nulano nulano deleted the interp branch August 31, 2022 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants