Browse Source

win: Bump Python version for release

Signed-off-by: Chris Crone <[email protected]>
Chris Crone 4 years ago
parent
commit
c87844c504
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Release.Jenkinsfile

+ 1 - 1
Release.Jenkinsfile

@@ -117,7 +117,7 @@ pipeline {
                         label 'windows-python'
                     }
                     environment {
-                        PATH = "$PATH;C:\\Python37;C:\\Python37\\Scripts"
+                        PATH = "C:\\Python39;C:\\Python39\\Scripts;$PATH"
                     }
                     steps {
                         checkout scm