Skip to content

Commit 38a3268

Browse files
committed
try update to python3.10
1 parent 2601662 commit 38a3268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/azure-devdiv-pipeline.pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ extends:
8181

8282
- task: UsePythonVersion@0
8383
inputs:
84-
versionSpec: '3.9' # note Install Python dependencies step below relies on Python 3.9
84+
versionSpec: '3.10' # note Install Python dependencies step below relies on Python 3.9
8585
addToPath: true
8686
architecture: 'x64'
8787
displayName: Select Python version

0 commit comments

Comments
 (0)