diff options
| author | Cristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io> | 2022-10-17 09:44:20 +0200 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2022-10-17 08:25:18 +0000 |
| commit | 01a6093024e0d2e9863fda182907a491684bc4c8 (patch) | |
| tree | b5f6fc874a156ee7749ee775f9dbe4be46c27cc2 /examples/utils/pyside_config.py | |
| parent | 9046e7066812706850c1e9f3a0735206262e4252 (diff) | |
remove mentions to Python 3.6
PySide 6.4.0 is the first release that only supports Python 3.7+
Task-number: PYSIDE-2085
Change-Id: I92016cc438a9272eba3f0d379bb0c4b87bee52f5
Pick-to: 6.4
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'examples/utils/pyside_config.py')
| -rw-r--r-- | examples/utils/pyside_config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/utils/pyside_config.py b/examples/utils/pyside_config.py index 5ff510eeb..feb56ed1c 100644 --- a/examples/utils/pyside_config.py +++ b/examples/utils/pyside_config.py @@ -194,7 +194,7 @@ def find_package_path(dir_name): return None -# Return version as "3.6" +# Return version as "3.7" def python_version(): return str(sys.version_info[0]) + '.' + str(sys.version_info[1]) |
