From b3ac5ef5c3c6aca483aa1dcb807762440c73be7c Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Mon, 15 Jul 2024 12:41:26 -0700 Subject: [PATCH] also build using 3.12 --- .azure-pipelines/templates/jobs/packaging-jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/templates/jobs/packaging-jobs.yml b/.azure-pipelines/templates/jobs/packaging-jobs.yml index 58935c9e3..ebf6b44e5 100644 --- a/.azure-pipelines/templates/jobs/packaging-jobs.yml +++ b/.azure-pipelines/templates/jobs/packaging-jobs.yml @@ -76,7 +76,7 @@ jobs: displayName: Install dependencies - task: UsePythonVersion@0 inputs: - versionSpec: 3.8 + versionSpec: 3.12 addToPath: true - task: DownloadSecureFile@1 name: credentials