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
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2023-10-11 08:47:04 +0000
commit6c7bb7b6e1008909e49bc04d2a48024309a784cc (patch)
treeeb06984e9bfaa911afdc09c8e2b7d2454a359c09 /README.md
parent6337e4a306babdb4015c248a14ad734b320ed2c1 (diff)
Final details to enable 3.12 wheel compatibility
Change-Id: I0252c4e73e8c214ef8aa418ddf88bc452c0fdf53 Pick-to: 6.6 Task-number: PYSIDE-2230 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
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