Skip to content

Commit

Permalink
ci: python3.10 in azurepipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
mrava87 committed Nov 8, 2024
1 parent de47856 commit 708a3f4
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.9'
versionSpec: '3.10'
architecture: 'x64'

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

- script: |
Expand Down

0 comments on commit 708a3f4

Please sign in to comment.