File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed
Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments