SERVER-115752 Use shared build of Python on Windows (#45465)

GitOrigin-RevId: eaae1664642978c0bbda4a28c079ddbb3f0ebc35
This commit is contained in:
Gabriel Marks
2025-12-18 17:33:59 -05:00
committed by MongoDB Bot
parent 27015431ac
commit 0eacf0eee2
2 changed files with 5 additions and 5 deletions

View File

@@ -25,8 +25,8 @@ URLS_MAP = {
"interpreter_path": "dist/bin/python3",
},
"windows_amd64": {
"sha": "35458ef3163a2705cd0952ba1df6012acb42b043349dcb31ab49afec341369cf",
"url": "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.11.6+20231002-x86_64-pc-windows-msvc-static-install_only.tar.gz",
"sha": "3933545e6d41462dd6a47e44133ea40995bc6efeed8c2e4cbdf1a699303e95ea",
"url": "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.11.6+20231002-x86_64-pc-windows-msvc-shared-install_only.tar.gz",
"interpreter_path": "dist/python3.exe",
},
"macos_aarch64": {