diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2018-06-27 21:09:32 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2018-06-28 00:09:32 -0400 |
commit | 682014558f3521a942cdce3932837659ce24df34 (patch) | |
tree | 5efdef75bc65696b84744eea4e3ff806b6a39755 | |
parent | 4ee1cb949767a882d56053cde922f260874f00c6 (diff) | |
download | cryptography-682014558f3521a942cdce3932837659ce24df34.tar.gz cryptography-682014558f3521a942cdce3932837659ce24df34.tar.bz2 cryptography-682014558f3521a942cdce3932837659ce24df34.zip |
6 and 7 are right next to each other (#4302)
-rw-r--r-- | .jenkins/Jenkinsfile-cryptography-wheel-builder | 2 |
1 files changed, 1 insertions, 1 deletions
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 = [ |