File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,6 +49,9 @@ stages:
4949 displayName : ' Manylinux'
5050 strategy :
5151 matrix :
52+ py35 x64 :
53+ python.code : ' cp35-cp35m'
54+ manylinux : ' manylinux_64'
5255 py36 x64 :
5356 python.code : ' cp36-cp36m'
5457 manylinux : ' manylinux_64'
@@ -92,6 +95,10 @@ stages:
9295 - job :
9396 strategy :
9497 matrix :
98+ Win py35 x64 :
99+ python.version : ' 3.5'
100+ python.architecture : ' x64'
101+ image : ' vs2017-win2016'
95102 Win py36 x64 :
96103 python.version : ' 3.6'
97104 python.architecture : ' x64'
@@ -104,6 +111,10 @@ stages:
104111 python.version : ' 3.8'
105112 python.architecture : ' x64'
106113 image : ' windows-latest'
114+ Win py35 x86 :
115+ python.version : ' 3.5'
116+ python.architecture : ' x86'
117+ image : ' vs2017-win2016'
107118 Win py36 x86 :
108119 python.version : ' 3.6'
109120 python.architecture : ' x86'
@@ -116,6 +127,10 @@ stages:
116127 python.version : ' 3.8'
117128 python.architecture : ' x86'
118129 image : ' windows-latest'
130+ Mac py35 :
131+ python.version : ' 3.5'
132+ image : ' macos-latest'
133+ python.architecture : ' x64'
119134 Mac py36 :
120135 python.version : ' 3.6'
121136 image : ' macos-latest'
Original file line number Diff line number Diff line change 1919 "istr" ,
2020)
2121
22- __version__ = "4.6.0a2 "
22+ __version__ = "4.6.0a3 "
2323
2424
2525try :
You can’t perform that action at this time.
0 commit comments