From 7572e6a55c0e675c4445e124d264648e96da0818 Mon Sep 17 00:00:00 2001 From: Paul Van Eck Date: Wed, 30 Oct 2024 01:50:46 +0000 Subject: [PATCH] [CI] Update autorest CI to use Python 3.9 Signed-off-by: Paul Van Eck --- 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 9e48fa219ad6..cfdec457b49c 100644 --- a/eng/pipelines/autorest_checks.yml +++ b/eng/pipelines/autorest_checks.yml @@ -15,7 +15,7 @@ pr: variables: NodeVersion: '18.x' - PythonVersion: '3.8' + PythonVersion: '3.9' auto_rest_clone_url: 'https://github.com/Azure/autorest.python.git' source_path_azure_core: 'sdk/core/azure-core' source_path_azure_mgmt_core: 'sdk/core/azure-mgmt-core'