Skip to content

Commit 8d326e8

Browse files
authored
Update python to 3.11 in Docs CI job (#1821)
1 parent 2c2d78e commit 8d326e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/pipeline/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
displayName: 'System info'
5151
- task: UsePythonVersion@0
5252
inputs:
53-
versionSpec: '3.9'
53+
versionSpec: '3.11'
5454
addToPath: true
5555
- script: sudo apt-get update && sudo apt-get install -y clang-format
5656
displayName: 'apt-get'

0 commit comments

Comments
 (0)