File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010
1111- job : linux_sdist
1212 pool :
13- vmImage : ubuntu-18 .04
13+ vmImage : ubuntu-20 .04
1414 variables :
1515 interpreter : python3.8
1616 target : x86_64-unknown-linux-gnu
2424
2525- job : linux_debug
2626 pool :
27- vmImage : ubuntu-18 .04
27+ vmImage : ubuntu-20 .04
2828 container : quay.io/pypa/manylinux1_x86_64:latest
2929 variables :
3030 interpreter : python3.8
3838
3939- job : linux_python39_amd64
4040 pool :
41- vmImage : ubuntu-18 .04
41+ vmImage : ubuntu-20 .04
4242 container : python:3.9-rc-buster
4343 variables :
4444 interpreter : python3.9
5252
5353- job : linux_python38_amd64
5454 pool :
55- vmImage : ubuntu-18 .04
55+ vmImage : ubuntu-20 .04
5656 container : quay.io/pypa/manylinux1_x86_64:latest
5757 variables :
5858 interpreter : python3.8
6666
6767- job : linux_python37_amd64
6868 pool :
69- vmImage : ubuntu-18 .04
69+ vmImage : ubuntu-20 .04
7070 container : quay.io/pypa/manylinux1_x86_64:latest
7171 variables :
7272 interpreter : python3.7
8080
8181- job : linux_python36_amd64
8282 pool :
83- vmImage : ubuntu-18 .04
83+ vmImage : ubuntu-20 .04
8484 container : quay.io/pypa/manylinux1_x86_64:latest
8585 variables :
8686 interpreter : python3.6
9494
9595- job : macos_python38_amd64
9696 pool :
97- vmImage : macOS-10.14
97+ vmImage : macOS-10.15
9898 variables :
9999 interpreter : python3.8
100100 manylinux : off
@@ -109,7 +109,7 @@ jobs:
109109
110110- job : macos_python37_amd64
111111 pool :
112- vmImage : macOS-10.14
112+ vmImage : macOS-10.15
113113 variables :
114114 interpreter : python3.7
115115 manylinux : off
@@ -124,7 +124,7 @@ jobs:
124124
125125- job : macos_python36_amd64
126126 pool :
127- vmImage : macOS-10.14
127+ vmImage : macOS-10.15
128128 variables :
129129 interpreter : python3.6
130130 manylinux : off
@@ -141,7 +141,7 @@ jobs:
141141 pool :
142142 vmImage : windows-2019
143143 variables :
144- interpreter : C:\hostedtoolcache\windows\Python\3.8.3 \x64\python.exe
144+ interpreter : C:\hostedtoolcache\windows\Python\3.8.5 \x64\python.exe
145145 target : x86_64-pc-windows-msvc
146146 steps :
147147 - task : UsePythonVersion@0
You can’t perform that action at this time.
0 commit comments