Skip to content

Add Python 3.12 support to Pillow 10.1.0 release notes #7466

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

Merged
merged 2 commits into from
Oct 16, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add Python 3.12 to Pillow 10.1.0 release notes
  • Loading branch information
hugovk committed Oct 15, 2023
commit daf1ce78edb309e3b4222a9a2e45a86baf96c65c
9 changes: 9 additions & 0 deletions docs/releasenotes/10.1.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,15 @@ font size for this new builtin font::
Other Changes
=============

Python 3.12
^^^^^^^^^^^

Pillow 10.0.0 had wheels built against Python 3.12 beta, available as a preview to help
others prepare for 3.12, and ensure Pillow can be used immediately on release day of
3.12.0 final (2023-10-02, :pep:`693`).

Pillow 10.1.0 now officially supports Python 3.12.

Added support for DDS BC5U and 8-bit color indexed images
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down