We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d507ef commit 8130032Copy full SHA for 8130032
azure-pipelines.yml
@@ -51,8 +51,8 @@ jobs:
51
vmImage: 'ubuntu-latest'
52
strategy:
53
matrix:
54
- Python311-Linux:
55
- python.version: '3.11'
+ Python312-Linux:
+ python.version: '3.12'
56
maxParallel: 3
57
58
steps:
@@ -155,8 +155,8 @@ jobs:
155
156
157
158
159
160
161
162
@@ -208,8 +208,8 @@ jobs:
208
vmImage: 'windows-latest'
209
210
211
- Python311-Windows:
212
+ Python312-Windows:
213
214
215
0 commit comments