From 117139823a3fdc3f2b9599b0ec2ec42e64b7aa75 Mon Sep 17 00:00:00 2001 From: Stephen McGruer Date: Mon, 17 Aug 2020 12:50:37 -0400 Subject: [PATCH] [Azure Pipelines] Use Python 3.8.x for Safari test-suite runs See the RFC: https://github.com/web-platform-tests/rfcs/pull/65 --- .azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 412822c7edb598..3422d970143586 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -41,7 +41,7 @@ jobs: steps: - task: UsePythonVersion@0 inputs: - versionSpec: '2.7.x' + versionSpec: '3.8.x' - template: tools/ci/azure/affected_tests.yml parameters: artifactName: 'safari-preview-affected-tests' @@ -58,7 +58,7 @@ jobs: steps: - task: UsePythonVersion@0 inputs: - versionSpec: '2.7.x' + versionSpec: '3.8.x' - template: tools/ci/azure/affected_tests.yml parameters: checkoutCommit: 'HEAD^1' @@ -601,7 +601,7 @@ jobs: steps: - task: UsePythonVersion@0 inputs: - versionSpec: '2.7.x' + versionSpec: '3.8.x' - template: tools/ci/azure/checkout.yml - template: tools/ci/azure/pip_install.yml parameters: @@ -639,7 +639,7 @@ jobs: steps: - task: UsePythonVersion@0 inputs: - versionSpec: '2.7.x' + versionSpec: '3.8.x' - template: tools/ci/azure/checkout.yml - template: tools/ci/azure/pip_install.yml parameters: