aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/gettingstarted.rst
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2022-09-13 12:51:48 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2022-09-13 15:20:28 +0200
commit5e7fa8991b79bccab8e760a6597a45f25bc197b3 (patch)
tree8af3913a21d0e8e2cdf43602c9590a4ef3e2d73b /sources/pyside6/doc/gettingstarted.rst
parent322975d2262a5f31bfa5940451458702e82ee010 (diff)
Documentation: Update versions for 6.4
Drop Python 3.6. Change-Id: I400abc139696c55238f8e1fa95ca4627eb7544b9 Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/pyside6/doc/gettingstarted.rst')
-rw-r--r--sources/pyside6/doc/gettingstarted.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/sources/pyside6/doc/gettingstarted.rst b/sources/pyside6/doc/gettingstarted.rst
index 47829171b..0ad6e0e8b 100644
--- a/sources/pyside6/doc/gettingstarted.rst
+++ b/sources/pyside6/doc/gettingstarted.rst
@@ -17,8 +17,8 @@ On **Linux** you might get them with your operating system package manager, on *
you might get them with ``brew``, and on **Windows** you can download the installer from each
website.
- * **Python**: 3.6+ `[official Python website] <https://www.python.org/downloads/>`_
- * **Qt:** 6.0+ `[online installer] <https://download.qt.io/official_releases/online_installers/>`_
+ * **Python**: 3.7+ `[official Python website] <https://www.python.org/downloads/>`_
+ * **Qt:** 6.4+ `[online installer] <https://download.qt.io/official_releases/online_installers/>`_
* **CMake:** 3.18+ `[official CMake website] <https://cmake.org/download/>`_
* **Git:** 2.0+. `[official Git website] <https://git-scm.com/downloads>`_
* **libclang:** The libclang library, recommended: version 10 for 6.0+.
@@ -94,7 +94,7 @@ Using the ``--build-tests`` option will enable us to run all the auto tests insi
python testrunner.py test > testlog.txt
.. note:: On Windows, don't forget to have qtpaths in your path
- (:command:`set PATH=C:\\\Path\\\to\\\Qt\\\6.2.1\\\msvc2019_64\\\bin;%PATH%`)
+ (:command:`set PATH=C:\\\Path\\\to\\\Qt\\\6.4.0\\\msvc2019_64\\\bin;%PATH%`)
You can also run a specific test (for example ``qpainter_test``) by running::