Build modern Windows EXE with Python 3.12

This commit is contained in:
Tobias Gruetzmacher 2024-06-13 23:18:36 +02:00
parent 8afe7d1cdc
commit 6024b2a01b
No known key found for this signature in database

2
Jenkinsfile vendored
View file

@ -74,7 +74,7 @@ pys.each { py ->
parallel(tasks)
parallel modern: {
stage('Modern Windows binary') {
windowsBuild('3.11', 'dosage.exe')
windowsBuild('3.12', 'dosage.exe')
}
},
legacy: {