From 708a3f4c95f9731ab615f827bc0c3df829ed1ab9 Mon Sep 17 00:00:00 2001 From: mrava87 Date: Fri, 8 Nov 2024 14:33:26 +0300 Subject: [PATCH] ci: python3.10 in azurepipelines --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ab636d61..20aaa4cb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -55,7 +55,7 @@ jobs: steps: - task: UsePythonVersion@0 inputs: - versionSpec: '3.9' + versionSpec: '3.10' architecture: 'x64' - script: | @@ -85,7 +85,7 @@ jobs: steps: - task: UsePythonVersion@0 inputs: - versionSpec: '3.9' + versionSpec: '3.10' architecture: 'x64' - script: |