From f0493cf94137ebd1110d8eff61c31bad7eb364cd Mon Sep 17 00:00:00 2001 From: ZelinWang Date: Tue, 5 Nov 2024 11:01:56 +0800 Subject: [PATCH 1/3] Update azure-pipelines.yml --- azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 945ca2be4c3..cc96d78e50a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -87,13 +87,13 @@ jobs: name: 'pool-ubuntu-2004' strategy: matrix: - Python38: - python.version: '3.8' Python39: python.version: '3.9' Python310: python.version: '3.10' Python311: + python.version: '3.11' + Python312: python.version: '3.12' steps: - task: UsePythonVersion@0 @@ -101,8 +101,8 @@ jobs: inputs: versionSpec: '$(python.version)' - template: .azure-pipelines/templates/azdev_setup.yml - - bash: pip install wheel==0.30.0 - displayName: 'Install wheel==0.30.0' + - bash: pip install wheel==0.30.0 setuptools==70.0.0 + displayName: 'PIP Install' - bash: | #!/usr/bin/env bash set -ev From 993f6cd44f06af1ae0eb7ef6c47b8f652525bd91 Mon Sep 17 00:00:00 2001 From: ZelinWang Date: Tue, 5 Nov 2024 11:11:45 +0800 Subject: [PATCH 2/3] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cc96d78e50a..e85b3033675 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -101,7 +101,7 @@ jobs: inputs: versionSpec: '$(python.version)' - template: .azure-pipelines/templates/azdev_setup.yml - - bash: pip install wheel==0.30.0 setuptools==70.0.0 + - bash: pip install wheel==0.30.0 displayName: 'PIP Install' - bash: | #!/usr/bin/env bash From 49dfb9bede424e73f75e6a998f5a6e1043d92cad Mon Sep 17 00:00:00 2001 From: ZelinWang Date: Tue, 5 Nov 2024 11:12:27 +0800 Subject: [PATCH 3/3] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e85b3033675..21b97897924 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -102,7 +102,7 @@ jobs: versionSpec: '$(python.version)' - template: .azure-pipelines/templates/azdev_setup.yml - bash: pip install wheel==0.30.0 - displayName: 'PIP Install' + displayName: 'Install wheel==0.30.0' - bash: | #!/usr/bin/env bash set -ev