Update python version

This commit is contained in:
Ryan Hill 2021-04-29 16:29:19 -07:00
parent 2b650e6438
commit 9df9325fcb

View file

@ -17,7 +17,7 @@ jobs:
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.9.1'
versionSpec: '3.9'
# versionSpec: '3.7'
addToPath: true
architecture: $(buildArch)