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

Handling for deprecations to be removed in Pillow 11 #6905

Merged
merged 1 commit into from Jan 20, 2023

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Jan 20, 2023

Changes proposed in this pull request:

  • Things usually need to be deprecated for at least a year before removal in a major version
  • We're past the cutoff for things that can be removed in Pillow 10 (2023-07-01)
  • Add handling for things that can be removed in Pillow 11 (2024-10-15) (edit: corrected)

Relatedly, after Python 3.7 is end-of-life in June, the EOL for 3.8 and later will have aligned with CPython's annual release cycle in October.

And because Pillow aligns major versions with CPython EOLs, it'll go like something this:

  • October 2024: Python 3.13 release, Python 3.8 EOL, Pillow 11.0 release
  • October 2025: Python 3.14 release, Python 3.9 EOL, Pillow 12.0 release
  • etc

Docs:

@hugovk hugovk added this to the 11.0.0 milestone Jan 20, 2023
@radarhere
Copy link
Member

  • Add handling for things that can be removed in Pillow 11 (2024-11-15)

To be clear, 2024-10-15

@radarhere radarhere merged commit 535d886 into python-pillow:main Jan 20, 2023
@hugovk hugovk deleted the deprecate-pillow-11 branch January 20, 2023 20:56
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