From 682014558f3521a942cdce3932837659ce24df34 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 27 Jun 2018 21:09:32 -0700 Subject: 6 and 7 are right next to each other (#4302) --- .jenkins/Jenkinsfile-cryptography-wheel-builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.jenkins/Jenkinsfile-cryptography-wheel-builder') diff --git a/.jenkins/Jenkinsfile-cryptography-wheel-builder b/.jenkins/Jenkinsfile-cryptography-wheel-builder index 68991da9..1cd76417 100644 --- a/.jenkins/Jenkinsfile-cryptography-wheel-builder +++ b/.jenkins/Jenkinsfile-cryptography-wheel-builder @@ -50,7 +50,7 @@ def build(version, label, imageName) { py34: "C:\\Python34\\python.exe", py35: "C:\\Python35\\python.exe", py36: "C:\\Python36\\python.exe", - py37: "C:\\Python36\\python.exe" + py37: "C:\\Python37\\python.exe" ] if (version == "py35" || version == "py36" || version == "py37") { opensslPaths = [ -- cgit v1.2.3