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