aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2023-10-10 15:52:09 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-10-11 11:57:38 +0000
commitbba6fa405184bf289f8516e423ea5c2f0e337f43 (patch)
treea5e12fb3ba3aeecac770c74aa354f5cde778efd0 /README.md
parent8114d5f5a8a6562252fd07805164cfbd3e7cea5f (diff)
Final details to enable 3.12 wheel compatibility
Change-Id: I0252c4e73e8c214ef8aa418ddf88bc452c0fdf53 Task-number: PYSIDE-2230 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> (cherry picked from commit 6c7bb7b6e1008909e49bc04d2a48024309a784cc) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8b7de90c5..1e1be470f 100644
--- a/README.md
+++ b/README.md
@@ -116,10 +116,10 @@ using `setup.py build`:
## Requirements
- * Python 3.7+ is supported,
+ * Python 3.8+ is supported (for Qt 6.6+)
* CMake: Specify the path to cmake with `--cmake` option or add cmake to the
system path.
- * Qt 6.2+ is supported. Specify the path to qtpaths with `--qtpaths` option or
+ * Qt 6.x is supported. Specify the path to qtpaths with `--qtpaths` option or
add `qtpaths6` to the system path.
### Optional