Skip to content

Commit 7c414fe

Browse files
Update docindex.yml to use Python 3.11 (Azure#38441)
Co-authored-by: Daniel Jurek <[email protected]>
1 parent 94c2b59 commit 7c414fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/common/pipelines/templates/jobs/docindex.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ jobs:
44
name: azsdk-pool-mms-win-2022-general
55
steps:
66
- task: UsePythonVersion@0
7-
displayName: 'Use Python 3.9'
7+
displayName: 'Use Python 3.11'
88
inputs:
9-
versionSpec: '3.9'
9+
versionSpec: '3.11'
1010

1111
- pwsh: |
1212
Invoke-WebRequest -Uri "https://github.com/dotnet/docfx/releases/download/v2.43.2/docfx.zip" `

0 commit comments

Comments
 (0)