diff options
| author | Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> | 2022-12-05 13:28:29 +0100 |
|---|---|---|
| committer | Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> | 2022-12-05 14:37:57 +0100 |
| commit | 014cbfa6916f99e75667f636cb6834063de0551b (patch) | |
| tree | d8641aa7dd636455467546302f82b2b5510c25b1 /tools/missing_bindings/main.py | |
| parent | 836f385520c5c1233bc90dd67d64bb37ee109167 (diff) | |
Update missing_bindings
- update PySide6 version from 6.3 to 6.4
Pick-to: 6.4
Change-Id: I425c0c1cd375d560b9f22a0d7a2f715ef2d5f320
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'tools/missing_bindings/main.py')
| -rw-r--r-- | tools/missing_bindings/main.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/missing_bindings/main.py b/tools/missing_bindings/main.py index 3c7f68671..91e0ffeca 100644 --- a/tools/missing_bindings/main.py +++ b/tools/missing_bindings/main.py @@ -28,7 +28,7 @@ from bs4 import BeautifulSoup from config import modules_to_test, types_to_ignore qt_documentation_website_prefixes = { - "6.3": "https://doc.qt.io/qt-6/", + "6.4": "https://doc.qt.io/qt-6/", "dev": "https://doc-snapshots.qt.io/qt6-dev/", } @@ -57,8 +57,8 @@ def get_parser(): parser.add_argument( "--qt-version", "-v", - default="6.3", - choices=["6.3", "dev"], + default="6.4", + choices=["6.4", "dev"], type=str, dest="version", help="the Qt version to use to check for types", |
