From 2656d197144fc6be3b7c1869e4c6a04074800004 Mon Sep 17 00:00:00 2001 From: DeeDeeG Date: Sat, 30 May 2020 17:41:59 -0400 Subject: [PATCH] ci: Update Windows build from Python 2.7 to 3.8 Python 2 is officially end-of-life. We can use Python 3 now. --- script/vsts/platforms/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/vsts/platforms/windows.yml b/script/vsts/platforms/windows.yml index 23782335a..d1035135d 100644 --- a/script/vsts/platforms/windows.yml +++ b/script/vsts/platforms/windows.yml @@ -22,7 +22,7 @@ jobs: steps: - task: UsePythonVersion@0 inputs: - versionSpec: '2.7' + versionSpec: '3.8' - task: NodeTool@0 inputs: