Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'build_scripts/main.py')
-rw-r--r--build_scripts/main.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_scripts/main.py b/build_scripts/main.py
index 470acf9f4..314b6d305 100644
--- a/build_scripts/main.py
+++ b/build_scripts/main.py
@@ -693,7 +693,7 @@ class PysideBuild(_build, CommandMixin, BuildInfoCollectorMixin):
else:
raise SetupError("option limited-api must be 'yes' or 'no' "
"(default yes if applicable, i.e. Python "
- "version >= 3.7 and release build if on Windows)")
+ "version >= 3.8 and release build if on Windows)")
if OPTION["LOG_LEVEL"] == LogLevel.VERBOSE:
cmake_cmd.append("-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON")
@@ -742,7 +742,7 @@ class PysideBuild(_build, CommandMixin, BuildInfoCollectorMixin):
cmake_cmd.append(f"-DPACKAGE_SETUP_PY_PACKAGE_TIMESTAMP={timestamp}")
if extension.lower() in [SHIBOKEN]:
- cmake_cmd.append("-DUSE_PYTHON_VERSION=3.7")
+ cmake_cmd.append("-DUSE_PYTHON_VERSION=3.8")
cmake_cmd += platform_cmake_options()