From 5212611a65c112685fc095da77c5910c75df3781 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Wed, 20 Nov 2019 02:16:14 +0200 Subject: [PATCH] Deploy python 3.5 binary wheels --- .azure-pipelines/deploy.yml | 15 +++++++++++++++ multidict/__init__.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.azure-pipelines/deploy.yml b/.azure-pipelines/deploy.yml index dcc6f7d94..38cb78fe2 100644 --- a/.azure-pipelines/deploy.yml +++ b/.azure-pipelines/deploy.yml @@ -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' @@ -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' @@ -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' @@ -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' diff --git a/multidict/__init__.py b/multidict/__init__.py index 96baefbc2..2c74def5c 100644 --- a/multidict/__init__.py +++ b/multidict/__init__.py @@ -19,7 +19,7 @@ "istr", ) -__version__ = "4.6.0a2" +__version__ = "4.6.0a3" try: