Skip to content

Commit 01c23b5

Browse files
committed
Add python 3.11
1 parent a41a640 commit 01c23b5

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

azure-pipelines.yml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,15 @@ stages:
6363
windows_py310:
6464
imageName: 'windows-latest'
6565
python.version: '3.10'
66-
66+
mac_py311:
67+
imageName: 'macOS-latest'
68+
python.version: '3.11'
69+
linux_py311:
70+
imageName: 'ubuntu-latest'
71+
python.version: '3.11'
72+
windows_py311:
73+
imageName: 'windows-latest'
74+
python.version: '3.11'
6775
pool:
6876
vmImage: $(imageName)
6977

@@ -121,6 +129,8 @@ stages:
121129
python.version: 'cp39-cp39'
122130
linux_py310:
123131
python.version: 'cp310-cp310'
132+
linux_py311:
133+
python.version: 'cp311-cp311'
124134
steps:
125135
- script: |
126136
"${PYBIN}/python" -m pip install --upgrade pip
@@ -180,7 +190,12 @@ stages:
180190
windows_py310:
181191
imageName: 'windows-latest'
182192
python.version: '3.10'
183-
193+
mac_py311:
194+
imageName: 'macOS-latest'
195+
python.version: '3.11'
196+
windows_py311:
197+
imageName: 'windows-latest'
198+
python.version: '3.11'
184199
pool:
185200
vmImage: $(imageName)
186201

0 commit comments

Comments
 (0)