From 4cf6e785ca5608cffd8d92ad1e1a5073108a2a20 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Thu, 12 Oct 2017 06:06:01 +0800 Subject: expunge python 2.6 (#3962) * expunge python 2.6 * how did THAT happen * remove another unsupported python from the tox envlist * hypothesis can now be unconditionally imported --- .jenkins/Jenkinsfile-cryptography-wheel-builder | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to '.jenkins') diff --git a/.jenkins/Jenkinsfile-cryptography-wheel-builder b/.jenkins/Jenkinsfile-cryptography-wheel-builder index ae749cc6..a8f0980e 100644 --- a/.jenkins/Jenkinsfile-cryptography-wheel-builder +++ b/.jenkins/Jenkinsfile-cryptography-wheel-builder @@ -22,18 +22,16 @@ def configs = [ label: 'docker', imageName: 'pyca/cryptography-manylinux1:i686', versions: [ - 'cp26-cp26m', 'cp26-cp26mu', 'cp27-cp27m', - 'cp27-cp27mu', 'cp34-cp34m', 'cp35-cp35m', - 'cp36-cp36m' + 'cp27-cp27m', 'cp27-cp27mu', 'cp34-cp34m', + 'cp35-cp35m', 'cp36-cp36m' ], ], [ label: 'docker', imageName: 'pyca/cryptography-manylinux1:x86_64', versions: [ - 'cp26-cp26m', 'cp26-cp26mu', 'cp27-cp27m', - 'cp27-cp27mu', 'cp34-cp34m', 'cp35-cp35m', - 'cp36-cp36m' + 'cp27-cp27m', 'cp27-cp27mu', 'cp34-cp34m', + 'cp35-cp35m', 'cp36-cp36m' ], ], ] -- cgit v1.2.3