File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515PLATFORM_TO_PREBUILDS = {
1616 "3.13.7" : {
1717 "linux-x86_64" : f"{ PREBUILDS_BASE_URL } /20250902/cpython-3.13.7+20250902-x86_64_v3-unknown-linux-gnu-pgo+lto-full.tar.zst" ,
18- "windows-x86" : f"{ PREBUILDS_BASE_URL } /20250902/cpython-3.13.7+20250902-i686-pc-windows-msvc-install_only .tar.gz " ,
19- "windows-x86_64" : f"{ PREBUILDS_BASE_URL } /20250902/cpython-3.13.7+20250902-x86_64-pc-windows-msvc-install_only .tar.gz " ,
18+ "windows-x86" : f"{ PREBUILDS_BASE_URL } /20250902/cpython-3.13.7+20250902-i686-pc-windows-msvc-pgo-full .tar.zst " ,
19+ "windows-x86_64" : f"{ PREBUILDS_BASE_URL } /20250902/cpython-3.13.7+20250902-x86_64-pc-windows-msvc-pgo-full .tar.zst " ,
2020 "macos-x86_64" : f"{ PREBUILDS_BASE_URL } /20250902/cpython-3.13.7+20250902-x86_64-apple-darwin-pgo+lto-full.tar.zst" ,
2121 },
2222}
You can’t perform that action at this time.
0 commit comments