Skip to content
Closed
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.9'
versionSpec: '3.11'
architecture: 'x64'

- script: |
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.9'
versionSpec: '3.11'
architecture: 'x64'

- script: |
Expand Down
Loading