From 20a733510d7fa99934bf57b55234362c92af70ac 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 882b63058dc911..7687c68be40135 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' @@ -599,7 +599,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: @@ -637,7 +637,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: