mirror of
https://github.com/docker/compose.git
synced 2026-08-04 14:47:40 +00: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue