From 6c7bb7b6e1008909e49bc04d2a48024309a784cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=C3=A1n=20Maureira-Fredes?= Date: Tue, 10 Oct 2023 15:52:09 +0200 Subject: Final details to enable 3.12 wheel compatibility Change-Id: I0252c4e73e8c214ef8aa418ddf88bc452c0fdf53 Pick-to: 6.6 Task-number: PYSIDE-2230 Reviewed-by: Friedemann Kleint --- build_scripts/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build_scripts/main.py') 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() -- cgit v1.2.3