mirror of https://github.com/docker/compose.git
win: Bump Python version for release
Signed-off-by: Chris Crone <christopher.crone@docker.com>
This commit is contained in:
parent
21c07bd76c
commit
c87844c504
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue