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.
This commit is contained in:
Tobias Gruetzmacher 2020-12-12 17:55:29 +01:00
parent 651bd62267
commit b951fa009f

3
Jenkinsfile vendored
View file

@ -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 '''