From 740695e802b50758b319e4371d79228c6dd1cf3e Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 7 May 2022 22:29:18 +1000 Subject: [PATCH] Updated macOS tested Pillow versions --- docs/installation.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 75c1cb9a2..ad2414c84 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -501,13 +501,13 @@ These platforms have been reported to work at the versions mentioned. | Operating system | | Tested Python | | Latest tested | | Tested | | | | versions | | Pillow version | | processors | +==================================+===========================+==================+==============+ -| macOS 12 Big Sur | 3.7, 3.8, 3.9, 3.10 | 9.0.1 |arm | +| macOS 12 Big Sur | 3.7, 3.8, 3.9, 3.10 | 9.1.0 |arm | +----------------------------------+---------------------------+------------------+--------------+ | macOS 11 Big Sur | 3.7, 3.8, 3.9, 3.10 | 8.4.0 |arm | | +---------------------------+------------------+--------------+ -| | 3.7, 3.8, 3.9, 3.10 | 9.0.1 |x86-64 | -| +---------------------------+------------------+--------------+ -| | 3.6 | 8.4.0 |x86-64 | +| | 3.7, 3.8, 3.9, 3.10 | 9.1.0 |x86-64 | +| +---------------------------+------------------+ | +| | 3.6 | 8.4.0 | | +----------------------------------+---------------------------+------------------+--------------+ | macOS 10.15 Catalina | 3.6, 3.7, 3.8, 3.9 | 8.3.2 |x86-64 | | +---------------------------+------------------+ |