From 150c37133e24f46a11be6738ebca1bdc3f5f6c19 Mon Sep 17 00:00:00 2001 From: Antony Lee Date: Tue, 16 Apr 2024 18:28:00 +0200 Subject: [PATCH] Document Qt5 minimal version. Bumped to 5.12 in 635aafc. --- doc/install/dependencies.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/install/dependencies.rst b/doc/install/dependencies.rst index 45dc249832ca..93c1990b9472 100644 --- a/doc/install/dependencies.rst +++ b/doc/install/dependencies.rst @@ -54,7 +54,8 @@ and the capabilities they provide. * Tk_ (>= 8.5, != 8.6.0 or 8.6.1): for the Tk-based backends. Tk is part of most standard Python installations, but it's not part of Python itself and thus may not be present in rare cases. -* PyQt6_ (>= 6.1), PySide6_, PyQt5_, or PySide2_: for the Qt-based backends. +* PyQt6_ (>= 6.1), PySide6_, PyQt5_ (>= 5.12), or PySide2_: for the Qt-based + backends. * PyGObject_ and pycairo_ (>= 1.14.0): for the GTK-based backends. If using pip (but not conda or system package manager) PyGObject must be built from source; see `pygobject documentation