Skip to content

Commit

Permalink
Deploy python 3.5 binary wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 20, 2019
1 parent 6f406e2 commit 5212611
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .azure-pipelines/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ stages:
displayName: 'Manylinux'
strategy:
matrix:
py35 x64:
python.code: 'cp35-cp35m'
manylinux: 'manylinux_64'
py36 x64:
python.code: 'cp36-cp36m'
manylinux: 'manylinux_64'
Expand Down Expand Up @@ -92,6 +95,10 @@ stages:
- job:
strategy:
matrix:
Win py35 x64:
python.version: '3.5'
python.architecture: 'x64'
image: 'vs2017-win2016'
Win py36 x64:
python.version: '3.6'
python.architecture: 'x64'
Expand All @@ -104,6 +111,10 @@ stages:
python.version: '3.8'
python.architecture: 'x64'
image: 'windows-latest'
Win py35 x86:
python.version: '3.5'
python.architecture: 'x86'
image: 'vs2017-win2016'
Win py36 x86:
python.version: '3.6'
python.architecture: 'x86'
Expand All @@ -116,6 +127,10 @@ stages:
python.version: '3.8'
python.architecture: 'x86'
image: 'windows-latest'
Mac py35:
python.version: '3.5'
image: 'macos-latest'
python.architecture: 'x64'
Mac py36:
python.version: '3.6'
image: 'macos-latest'
Expand Down
2 changes: 1 addition & 1 deletion multidict/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"istr",
)

__version__ = "4.6.0a2"
__version__ = "4.6.0a3"


try:
Expand Down

0 comments on commit 5212611

Please sign in to comment.