Skip to content

Commit cd77a15

Browse files
committed
ci: move to python3.11 in azure-pipelines
1 parent c59745b commit cd77a15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
steps:
5656
- task: UsePythonVersion@0
5757
inputs:
58-
versionSpec: '3.9'
58+
versionSpec: '3.11'
5959
architecture: 'x64'
6060

6161
- script: |
@@ -85,7 +85,7 @@ jobs:
8585
steps:
8686
- task: UsePythonVersion@0
8787
inputs:
88-
versionSpec: '3.9'
88+
versionSpec: '3.11'
8989
architecture: 'x64'
9090

9191
- script: |

0 commit comments

Comments
 (0)