From 87f917c3524ec5ec20fee2e2cb7e44060c9062d7 Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Sat, 7 Oct 2023 07:43:32 -0400 Subject: [PATCH 1/2] Pillow >= 9.5.0 no longer includes 32-bit wheels. --- docs/installation.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index 8af936b0830..a7736dd2e35 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -82,6 +82,8 @@ Install Pillow with :command:`pip`:: .. tab:: Windows + .. warning:: Pillow >= 9.5.0 no longer includes 32-bit wheels. + We provide Pillow binaries for Windows compiled for the matrix of supported Pythons in 64-bit versions in the wheel format. These binaries include support for all optional libraries except libimagequant and libxcb. Raqm support From 2784136b7abceee3c632fb8eb062d218792cfbd5 Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Sat, 7 Oct 2023 07:49:04 -0400 Subject: [PATCH 2/2] Use correct version spec syntax --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index a7736dd2e35..2aac08699d5 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -82,7 +82,7 @@ Install Pillow with :command:`pip`:: .. tab:: Windows - .. warning:: Pillow >= 9.5.0 no longer includes 32-bit wheels. + .. warning:: Pillow > 9.5.0 no longer includes 32-bit wheels. We provide Pillow binaries for Windows compiled for the matrix of supported Pythons in 64-bit versions in the wheel format. These binaries include