Skip to content

Commit 5212611

Browse files
committed
Deploy python 3.5 binary wheels
1 parent 6f406e2 commit 5212611

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.azure-pipelines/deploy.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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'

multidict/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"istr",
2020
)
2121

22-
__version__ = "4.6.0a2"
22+
__version__ = "4.6.0a3"
2323

2424

2525
try:

0 commit comments

Comments
 (0)