We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da7b9ec commit 488f89eCopy full SHA for 488f89e
1 file changed
packaging/windows/win_cli_builder.ps1
@@ -13,7 +13,7 @@ $CLI_PATH = "C:\Program Files\Cloudify $VERSION-$PRERELEASE CLI"
13
$GET_PIP_URL = "http://repository.cloudifysource.org/cloudify/components/win-cli-package-resources/get-pip-20.py"
14
$PIP_VERSION = "20.1.1"
15
$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"
+$PY_URL = "https://repository.cloudifysource.org/cloudify/components/python-3.11.1-embed-amd64.zip"
17
$INNO_SETUP_URL = "http://repository.cloudifysource.org/cloudify/components/win-cli-package-resources/inno_setup_6.exe"
18
19
0 commit comments