From 83c6555b05761c05ea816aca6130e14c7ba89b0f Mon Sep 17 00:00:00 2001 From: iscai-msft Date: Tue, 19 Jul 2022 09:32:57 -0700 Subject: [PATCH] bump python version in autorest pipeline check --- eng/pipelines/autorest_checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/autorest_checks.yml b/eng/pipelines/autorest_checks.yml index c87079bd03b1..4fe4f7f1aff3 100644 --- a/eng/pipelines/autorest_checks.yml +++ b/eng/pipelines/autorest_checks.yml @@ -15,7 +15,7 @@ pr: variables: NodeVersion: '12.x' - PythonVersion: '3.6' + PythonVersion: '3.7' auto_rest_clone_url: 'https://github.com/Azure/autorest.python.git' repo_branch: 'autorestv3' source_path_azure_core: 'sdk/core/azure-core'