From c142c2eeaea96ba7e483a38e6be15333688dae00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sat, 29 Mar 2025 18:53:58 +0100 Subject: [PATCH] Force Python 3.13 It seems that aqtinstall is having some troubles and it could be related to python 3.9 --- azure-pipelines-windows-template-qt6.yml | 4 ++++ azure-pipelines-windows-template.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/azure-pipelines-windows-template-qt6.yml b/azure-pipelines-windows-template-qt6.yml index 35cefeed..60f7dfe6 100644 --- a/azure-pipelines-windows-template-qt6.yml +++ b/azure-pipelines-windows-template-qt6.yml @@ -18,6 +18,10 @@ jobs: pool: vmImage: 'windows-2019' steps: + - task: UsePythonVersion@0 + inputs: + versionSpec: '3.13' + architecture: 'x64' - script: | pip install aqtinstall mkdir C:\Qt diff --git a/azure-pipelines-windows-template.yml b/azure-pipelines-windows-template.yml index 866c990b..779b6c11 100644 --- a/azure-pipelines-windows-template.yml +++ b/azure-pipelines-windows-template.yml @@ -18,6 +18,10 @@ jobs: pool: vmImage: 'windows-2019' steps: + - task: UsePythonVersion@0 + inputs: + versionSpec: '3.13' + architecture: 'x64' - script: | pip install aqtinstall mkdir C:\Qt