win: Bump Python version for release

Signed-off-by: Chris Crone <christopher.crone@docker.com>
This commit is contained in:
Chris Crone 2020-11-30 10:10:33 +01:00 committed by Ulysses Souza
parent 21c07bd76c
commit c87844c504
1 changed files with 1 additions and 1 deletions

View File

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