From 355995091e0ae42649af69aaa6d83d82e169b6d8 Mon Sep 17 00:00:00 2001 From: Jiashuo Li <4003950+jiasli@users.noreply.github.com> Date: Mon, 15 Nov 2021 17:26:31 +0800 Subject: [PATCH] Use Python 3.10 for BuildPythonWheel (#254) --- azure-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipeline.yml b/azure-pipeline.yml index 4fe216c..7fb84ae 100644 --- a/azure-pipeline.yml +++ b/azure-pipeline.yml @@ -56,9 +56,9 @@ jobs: vmImage: 'ubuntu-20.04' steps: - task: UsePythonVersion@0 - displayName: Use Python 3.9 + displayName: Use Python 3.10 inputs: - versionSpec: 3.9 + versionSpec: 3.10 - bash: | set -ev