aboutsummaryrefslogtreecommitdiffstats
path: root/.jenkins/Jenkinsfile-cryptography-wheel-builder
diff options
context:
space:
mode:
Diffstat (limited to '.jenkins/Jenkinsfile-cryptography-wheel-builder')
-rw-r--r--.jenkins/Jenkinsfile-cryptography-wheel-builder9
1 files changed, 5 insertions, 4 deletions
diff --git a/.jenkins/Jenkinsfile-cryptography-wheel-builder b/.jenkins/Jenkinsfile-cryptography-wheel-builder
index c46238bd..68991da9 100644
--- a/.jenkins/Jenkinsfile-cryptography-wheel-builder
+++ b/.jenkins/Jenkinsfile-cryptography-wheel-builder
@@ -8,11 +8,11 @@ properties([
def configs = [
[
label: 'windows',
- versions: ['py27', 'py34', 'py35', 'py36'],
+ versions: ['py27', 'py34', 'py35', 'py36', 'py37'],
],
[
label: 'windows64',
- versions: ['py27', 'py34', 'py35', 'py36'],
+ versions: ['py27', 'py34', 'py35', 'py36', 'py37'],
],
[
label: 'sierra',
@@ -49,9 +49,10 @@ def build(version, label, imageName) {
py27: "C:\\Python27\\python.exe",
py34: "C:\\Python34\\python.exe",
py35: "C:\\Python35\\python.exe",
- py36: "C:\\Python36\\python.exe"
+ py36: "C:\\Python36\\python.exe",
+ py37: "C:\\Python36\\python.exe"
]
- if (version == "py35" || version == "py36") {
+ if (version == "py35" || version == "py36" || version == "py37") {
opensslPaths = [
"windows": [
"include": "C:\\OpenSSL-Win32-2015\\include",