From c993fbcd624999383bd54e06ebea879380330e39 Mon Sep 17 00:00:00 2001 From: Andrew Murray <3112309+radarhere@users.noreply.github.com> Date: Mon, 23 Jun 2025 07:02:12 +1000 Subject: [PATCH] Windows arm64 wheels do not have libavif --- docs/releasenotes/11.3.0.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/releasenotes/11.3.0.rst b/docs/releasenotes/11.3.0.rst index 125989ee8..755afda64 100644 --- a/docs/releasenotes/11.3.0.rst +++ b/docs/releasenotes/11.3.0.rst @@ -70,8 +70,8 @@ now ignore it. AVIF support in wheels ^^^^^^^^^^^^^^^^^^^^^^ -Support for reading and writing AVIF images is now included in Pillow's wheels, with -libaom available as an encoder and dav1d as a decoder. +Support for reading and writing AVIF images is now included in Pillow's wheels, except +for Windows arm64. libaom is available as an encoder and dav1d as a decoder. Python 3.14 beta ^^^^^^^^^^^^^^^^