From 68758f2a70bc28a05b7ec81c3eb9e6f35bee7101 Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Wed, 15 Nov 2023 14:29:40 +0100 Subject: [PATCH] update the selected python3 version Signed-off-by: Matthieu Gallien --- craftmaster.ini | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/craftmaster.ini b/craftmaster.ini index 095286a8686fa..c1ef10c28fe71 100644 --- a/craftmaster.ini +++ b/craftmaster.ini @@ -19,7 +19,7 @@ General/MacDeploymentTarget = 10.15 ## This is the location of your python installation. ## This value must be set. -Paths/Python = C:\Python39-x64 +Paths/Python = C:\Python312-x64 Paths/Python27 = C:\Python27-x64 Compile/BuildType = RelWithDebInfo @@ -34,7 +34,7 @@ ShortPath/EnableJunctions = False Packager/PackageType = NullsoftInstallerPackager Packager/RepositoryUrl = https://files.kde.org/craft/master/ -ContinuousIntegration/Enabled = True +ContinuousIntegration/Enabled = False ## This option can be used to override the default make program ## change the value to the path of the executable you want to use instead. @@ -53,15 +53,9 @@ Packager/CacheDir = ${Variables:Root}\cache [BlueprintSettings] # don't try to pip install on the ci -python-modules.ignored = True -dev-utils/python2.ignored = True -dev-utils/python3.ignored = True nextcloud-client.buildTests = True -binary/mysql.useMariaDB = False [windows-msvc2019_64-cl] -QtSDK/Compiler = msvc2019_64 -General/ABI = windows-msvc2019_64-cl [macos-64-clang] General/ABI = macos-64-clang @@ -80,4 +74,4 @@ Compile/BuildType = Debug [Env] CRAFT_CODESIGN_CERTIFICATE = -SIGN_PACKAGE = False \ No newline at end of file +SIGN_PACKAGE = False