From b951fa009fa4f88dae3002529d02a18aad3a0e70 Mon Sep 17 00:00:00 2001 From: Tobias Gruetzmacher Date: Sat, 12 Dec 2020 17:55:29 +0100 Subject: [PATCH] Build Windows binary with Python 3.8 Stay on 3.8 (instead of 3.9, which was released recently) to stay compatible with Windows 7 for a while. --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6882a9916..7cfd3f7f3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -103,7 +103,8 @@ def windowsBuild() { def windowsBuildCommands() { deleteDir() unstash 'bin' - def img = docker.image('tobix/pywine') + // Keep 3.8 for now, so we are still compatible with Windows 7 + def img = docker.image('tobix/pywine:3.8') img.pull() img.inside { sh '''