From daf1ce78edb309e3b4222a9a2e45a86baf96c65c Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sun, 15 Oct 2023 18:57:14 +0300 Subject: [PATCH 1/2] Add Python 3.12 to Pillow 10.1.0 release notes --- docs/releasenotes/10.1.0.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/releasenotes/10.1.0.rst b/docs/releasenotes/10.1.0.rst index 5528603eb52..a633fa707fa 100644 --- a/docs/releasenotes/10.1.0.rst +++ b/docs/releasenotes/10.1.0.rst @@ -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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ From 286028d263c3779160cc20eb447c74e58ef8bd5a Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Mon, 16 Oct 2023 08:05:26 +0300 Subject: [PATCH 2/2] Wording Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com> --- docs/releasenotes/10.1.0.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/releasenotes/10.1.0.rst b/docs/releasenotes/10.1.0.rst index a633fa707fa..8c3413c8c56 100644 --- a/docs/releasenotes/10.1.0.rst +++ b/docs/releasenotes/10.1.0.rst @@ -91,8 +91,8 @@ 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`). +others prepare for 3.12, and to ensure Pillow could be used immediately at the release +of 3.12.0 final (2023-10-02, :pep:`693`). Pillow 10.1.0 now officially supports Python 3.12.