From 7f08ad07765a224b8dad1a288f99ba226e76f027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sun, 30 Mar 2025 08:51:52 +0200 Subject: [PATCH] Try Python 3.10 --- azure-pipelines-windows-template-qt6.yml | 2 +- azure-pipelines-windows-template.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines-windows-template-qt6.yml b/azure-pipelines-windows-template-qt6.yml index 07bbb4f2..a1f84195 100644 --- a/azure-pipelines-windows-template-qt6.yml +++ b/azure-pipelines-windows-template-qt6.yml @@ -20,7 +20,7 @@ jobs: steps: - task: UsePythonVersion@0 inputs: - versionSpec: '3.13' + versionSpec: '3.10' architecture: 'x64' - script: | pip install -U pip diff --git a/azure-pipelines-windows-template.yml b/azure-pipelines-windows-template.yml index fa036fa9..41bd5249 100644 --- a/azure-pipelines-windows-template.yml +++ b/azure-pipelines-windows-template.yml @@ -20,7 +20,7 @@ jobs: steps: - task: UsePythonVersion@0 inputs: - versionSpec: '3.13' + versionSpec: '3.10' architecture: 'x64' - script: | pip install -U pip