Skip to content

Commit

Permalink
ci: python3.11 in azurepipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
mrava87 committed Nov 8, 2024
1 parent 801c971 commit 2eef02e
Showing 1 changed file with 2 additions and 2 deletions.
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.10'
versionSpec: '3.11'
architecture: 'x64'

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

- script: |
Expand Down

0 comments on commit 2eef02e

Please sign in to comment.