Build modern Windows EXE with Python 3.12
This commit is contained in:
parent
8afe7d1cdc
commit
6024b2a01b
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -74,7 +74,7 @@ pys.each { py ->
|
||||||
parallel(tasks)
|
parallel(tasks)
|
||||||
parallel modern: {
|
parallel modern: {
|
||||||
stage('Modern Windows binary') {
|
stage('Modern Windows binary') {
|
||||||
windowsBuild('3.11', 'dosage.exe')
|
windowsBuild('3.12', 'dosage.exe')
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
legacy: {
|
legacy: {
|
||||||
|
|
Loading…
Reference in a new issue