Skip to content

Commit

Permalink
Jenkins: Update Windows build to Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiX committed Jun 13, 2024
1 parent 2b7ca3f commit 5767e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ pys.each { py ->
parallel(tasks)
parallel modern: {
stage('Modern Windows binary') {
windowsBuild('3.11', 'dosage.exe')
windowsBuild('3.12.3', 'dosage.exe')
}
},
legacy: {
Expand Down

0 comments on commit 5767e67

Please sign in to comment.