File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,9 @@ stages:
49
49
displayName : ' Manylinux'
50
50
strategy :
51
51
matrix :
52
+ py35 x64 :
53
+ python.code : ' cp35-cp35m'
54
+ manylinux : ' manylinux_64'
52
55
py36 x64 :
53
56
python.code : ' cp36-cp36m'
54
57
manylinux : ' manylinux_64'
@@ -92,6 +95,10 @@ stages:
92
95
- job :
93
96
strategy :
94
97
matrix :
98
+ Win py35 x64 :
99
+ python.version : ' 3.5'
100
+ python.architecture : ' x64'
101
+ image : ' vs2017-win2016'
95
102
Win py36 x64 :
96
103
python.version : ' 3.6'
97
104
python.architecture : ' x64'
@@ -104,6 +111,10 @@ stages:
104
111
python.version : ' 3.8'
105
112
python.architecture : ' x64'
106
113
image : ' windows-latest'
114
+ Win py35 x86 :
115
+ python.version : ' 3.5'
116
+ python.architecture : ' x86'
117
+ image : ' vs2017-win2016'
107
118
Win py36 x86 :
108
119
python.version : ' 3.6'
109
120
python.architecture : ' x86'
@@ -116,6 +127,10 @@ stages:
116
127
python.version : ' 3.8'
117
128
python.architecture : ' x86'
118
129
image : ' windows-latest'
130
+ Mac py35 :
131
+ python.version : ' 3.5'
132
+ image : ' macos-latest'
133
+ python.architecture : ' x64'
119
134
Mac py36 :
120
135
python.version : ' 3.6'
121
136
image : ' macos-latest'
Original file line number Diff line number Diff line change 19
19
"istr" ,
20
20
)
21
21
22
- __version__ = "4.6.0a2 "
22
+ __version__ = "4.6.0a3 "
23
23
24
24
25
25
try :
You can’t perform that action at this time.
0 commit comments