aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
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.yml
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.yml')
-rw-r--r--azure-pipelines.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 398267d2..3b279344 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -82,18 +82,6 @@ jobs:
OPENSSL_DIR: 'OpenSSL-Win64-2010'
PYTHON_DIR: 'Python27'
WINDOWS_ARCH: 'x86_64'
- Python34-x86:
- TOXENV: py34
- containerImage: 'pyca/cryptography-runner-windows:py34-x86'
- OPENSSL_DIR: 'OpenSSL-Win32-2010'
- PYTHON_DIR: 'Python34'
- WINDOWS_ARCH: 'x86'
- Python34-x86-64:
- TOXENV: py34
- containerImage: 'pyca/cryptography-runner-windows:py34-x86_64'
- OPENSSL_DIR: 'OpenSSL-Win64-2010'
- PYTHON_DIR: 'Python34'
- WINDOWS_ARCH: 'x86_64'
Python35-x86:
TOXENV: py35
containerImage: 'pyca/cryptography-runner-windows:py35-x86'