From ffde582f15015a2dffec445df4c1768db4bfa394 Mon Sep 17 00:00:00 2001 From: Thomas VINCENT Date: Fri, 27 Oct 2023 15:21:19 +0200 Subject: [PATCH] Advertise PyQt5.9 as min supported version in documentation --- doc/source/install.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/install.rst b/doc/source/install.rst index c3b3b795eb..ec4e83d09f 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -10,11 +10,11 @@ This table summarizes the support matrix of silx: +------------+--------------+--------------------------------+ | System | Python vers. | Qt and its bindings | +------------+--------------+--------------------------------+ -| `Windows`_ | 3.7-3.10 | PyQt5.6+, PySide6.4+, PyQt6.3+ | +| `Windows`_ | 3.7-3.10 | PyQt5.9+, PySide6.4+, PyQt6.3+ | +------------+--------------+--------------------------------+ -| `MacOS`_ | 3.7-3.10 | PyQt5.6+, PySide6.4+, PyQt6.3+ | +| `MacOS`_ | 3.7-3.10 | PyQt5.9+, PySide6.4+, PyQt6.3+ | +------------+--------------+--------------------------------+ -| `Linux`_ | 3.7-3.10 | PyQt5.6+, PySide6.4+, PyQt6.3+ | +| `Linux`_ | 3.7-3.10 | PyQt5.9+, PySide6.4+, PyQt6.3+ | +------------+--------------+--------------------------------+ For the description of *silx* dependencies, see the Dependencies_ section.