ci: Update Windows build from Python 2.7 to 3.8

Python 2 is officially end-of-life. We can use Python 3 now.
This commit is contained in:
DeeDeeG
2020-05-30 17:41:59 -04:00
committed by GitHub
parent 2c6c14d197
commit 2656d19714

View File

@@ -22,7 +22,7 @@ jobs:
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '2.7'
versionSpec: '3.8'
- task: NodeTool@0
inputs: