aboutsummaryrefslogtreecommitdiffstats
path: root/.azure-pipelines
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2019-12-09 12:42:55 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2019-12-08 23:42:55 -0500
commitd75335a7de77d4294bea29d03928229a83a77493 (patch)
tree88274e2e17fc56da11298758308dd3eecbb8b6be /.azure-pipelines
parent1340c0080c750867297b3f20bbecbad707c18157 (diff)
downloadcryptography-d75335a7de77d4294bea29d03928229a83a77493.tar.gz
cryptography-d75335a7de77d4294bea29d03928229a83a77493.tar.bz2
cryptography-d75335a7de77d4294bea29d03928229a83a77493.zip
drop python 3.4 support (#5087)
* drop python 3.4 support Our dependencies have started dropping support so it is becoming difficult to test. Additionally, Python 3.4 represents <2% of our downloads, so taking on a large maintenance burden to maintain support isn't a good use of limited time. Accordingly, we're dropping testing infrastructure and migrating our abi3 wheels to py35+. * use removed instead of dropped
Diffstat (limited to '.azure-pipelines')
-rw-r--r--.azure-pipelines/wheel-builder.yml16
1 files changed, 3 insertions, 13 deletions
diff --git a/.azure-pipelines/wheel-builder.yml b/.azure-pipelines/wheel-builder.yml
index d07967da..3f7e4d1a 100644
--- a/.azure-pipelines/wheel-builder.yml
+++ b/.azure-pipelines/wheel-builder.yml
@@ -12,7 +12,7 @@ jobs:
PYTHON_DOWNLOAD_URL: "https://www.python.org/ftp/python/2.7.16/python-2.7.16-macosx10.6.pkg"
PYTHON_BIN_PATH: /Library/Frameworks/Python.framework/Versions/2.7/bin/python
Python3:
- python.version: '3.4'
+ python.version: '3.5'
PYTHON_DOWNLOAD_URL: "https://www.python.org/ftp/python/3.7.3/python-3.7.3-macosx10.6.pkg"
PYTHON_BIN_PATH: /Library/Frameworks/Python.framework/Versions/3.7/bin/python3
steps:
@@ -87,7 +87,7 @@ jobs:
PLATFORM: 'manylinux1_x86_64'
Python3m-manylinux1:
containerImage: 'pyca/cryptography-manylinux1:x86_64'
- PYTHON_VERSION: 'cp34-cp34m'
+ PYTHON_VERSION: 'cp35-cp35m'
PLATFORM: 'manylinux1_x86_64'
Python27m-manylinux2010:
containerImage: 'pyca/cryptography-manylinux2010:x86_64'
@@ -99,7 +99,7 @@ jobs:
PLATFORM: 'manylinux2010_x86_64'
Python3m-manylinux2010:
containerImage: 'pyca/cryptography-manylinux2010:x86_64'
- PYTHON_VERSION: 'cp34-cp34m'
+ PYTHON_VERSION: 'cp35-cp35m'
PLATFORM: 'manylinux2010_x86_64'
steps:
- script: /opt/python/$PYTHON_VERSION/bin/python -m virtualenv .venv
@@ -164,16 +164,6 @@ jobs:
PYTHON_VERSION: '27'
OPENSSL_DIR: 'OpenSSL-Win64-2010'
WINDOWS_ARCH: 'x86_64'
- Python34-x86:
- containerImage: 'pyca/cryptography-runner-windows:py34-x86'
- PYTHON_VERSION: '34'
- OPENSSL_DIR: 'OpenSSL-Win32-2010'
- WINDOWS_ARCH: 'x86'
- Python34-x86-64:
- containerImage: 'pyca/cryptography-runner-windows:py34-x86_64'
- PYTHON_VERSION: '34'
- OPENSSL_DIR: 'OpenSSL-Win64-2010'
- WINDOWS_ARCH: 'x86_64'
Python35-x86:
containerImage: 'pyca/cryptography-runner-windows:py35-x86'
PYTHON_VERSION: '35'