Add python 3.11.12 to env

This commit is contained in:
2025-05-15 11:13:46 +10:00
parent 540cc47183
commit e5980efc3f
2 changed files with 18 additions and 17 deletions
+6 -6
View File
@@ -1104,8 +1104,8 @@ def get_manifest(is_windows):
# --------------------------------------------------------------------------
label = "Python"
date = "20230116"
version = f"3.10.9+{date}"
date = "20250409"
version = f"3.11.12+{date}"
download_url = ""
download_checksum = ""
exe_path = ""
@@ -1114,8 +1114,8 @@ def get_manifest(is_windows):
if is_windows:
download_url = f"https://github.com/indygreg/python-build-standalone/releases/download/{date}/cpython-{version}-x86_64-pc-windows-msvc-shared-pgo-full.tar.zst"
download_checksum = "4cfa6299a78a3959102c461d126e4869616f0a49c60b44220c000fc9aecddd78"
checksum = "6dafb845aba67aba898f5aa8adf6c48061e7ffea1d2ed7d290a1e4386e78f2f0"
download_checksum = "asd"
checksum = "asd"
exe_path = "install/python.exe"
add_to_devenv_script = [
f"set PYTHONHOME=%~dp0{label}\\{version}\\install",
@@ -1123,8 +1123,8 @@ def get_manifest(is_windows):
]
else:
download_url = f"https://github.com/indygreg/python-build-standalone/releases/download/{date}/cpython-{version}-x86_64_v2-unknown-linux-gnu-pgo+lto-full.tar.zst"
download_checksum = "49f4a8c02efff2debbb258973b1f6efbd568e4be2e5dca07c7dcd754a7bff9cf"
checksum = "ee96234460ff4c5163dc0681dbfaf8cf5f4e65972fde796da7b0ee0d5ce077d5"
download_checksum = "68a3c1c39e9c69c2c89104eef725024cbf5f46acf955eeb28045c7c80814b124"
checksum = "3d1e6c5de538edcea5237cc2b239306dd8767fda942059888c554dc2baf58efb"
exe_path = "install/bin/python3"
# TODO: Get ZST somehow on linux