mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
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'
|
||||
}
|
||||
environment {
|
||||
PATH = "$PATH;C:\\Python37;C:\\Python37\\Scripts"
|
||||
PATH = "C:\\Python39;C:\\Python39\\Scripts;$PATH"
|
||||
}
|
||||
steps {
|
||||
checkout scm
|
||||
|
Loading…
x
Reference in New Issue
Block a user