Skip to content

Commit 488f89e

Browse files
authored
RND-681 Windows build: update python version (#1484)
This is the same python zip that we use in for the agent
1 parent da7b9ec commit 488f89e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packaging/windows/win_cli_builder.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $CLI_PATH = "C:\Program Files\Cloudify $VERSION-$PRERELEASE CLI"
1313
$GET_PIP_URL = "http://repository.cloudifysource.org/cloudify/components/win-cli-package-resources/get-pip-20.py"
1414
$PIP_VERSION = "20.1.1"
1515
$REPO_URL = "https://github.com/cloudify-cosmo/cloudify-cli/archive/$DEV_BRANCH.zip"
16-
$PY_URL = "https://repository.cloudifysource.org/cloudify/components/python-3.6.8-embed-amd64.zip"
16+
$PY_URL = "https://repository.cloudifysource.org/cloudify/components/python-3.11.1-embed-amd64.zip"
1717
$INNO_SETUP_URL = "http://repository.cloudifysource.org/cloudify/components/win-cli-package-resources/inno_setup_6.exe"
1818

1919

0 commit comments

Comments
 (0)