From e02921c146047d997ab483bf2cc52a44e1ee456b Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 20 Jun 2026 18:39:59 +1000 Subject: [PATCH] Added release notes for Python 3.15 beta wheels --- docs/releasenotes/12.3.0.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/releasenotes/12.3.0.rst b/docs/releasenotes/12.3.0.rst index b6ff05ffad8..534f22b86d3 100644 --- a/docs/releasenotes/12.3.0.rst +++ b/docs/releasenotes/12.3.0.rst @@ -54,6 +54,13 @@ Previously, macOS screenshots with a ``bbox`` were captured at 1x by default. Other changes ============= +Python 3.15 beta +^^^^^^^^^^^^^^^^ + +To help other projects prepare for Python 3.15, wheels are now built for the 3.15 beta +as a preview. This is not official support for Python 3.15, but rather an opportunity +for you to test how Pillow works with the beta and report any problems. + Removed Python 3.13 free-threaded wheels ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^