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 modern: {
|
||||
stage('Modern Windows binary') {
|
||||
windowsBuild('3.11', 'dosage.exe')
|
||||
windowsBuild('3.12', 'dosage.exe')
|
||||
}
|
||||
},
|
||||
legacy: {
|
||||
|
|
Loading…
Reference in a new issue