Skip to content

Commit

Permalink
Use stable Python 3.13 installers on macOS and Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd committed Oct 16, 2024
1 parent a008c7c commit 68a9cbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build_tools/python_deploy/install_macos_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ if [[ "$(whoami)" != "root" ]]; then
exit 1
fi

# These can be discovered at https://www.python.org/downloads/macos/
PYTHON_SPECS=(
3.13@https://www.python.org/ftp/python/3.13.0/python-3.13.0rc3-macos11.pkg
3.13@https://www.python.org/ftp/python/3.13.0/python-3.13.0-macos11.pkg
3.12@https://www.python.org/ftp/python/3.12.6/python-3.12.6-macos11.pkg
3.11@https://www.python.org/ftp/python/3.11.9/python-3.11.9-macos11.pkg
# 3.10@https://www.python.org/ftp/python/3.10.5/python-3.10.5-macos11.pkg
Expand Down
3 changes: 2 additions & 1 deletion build_tools/python_deploy/install_windows_deps.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ $PYTHON_VERSIONS_NO_DOT = @(
# "39"
)

# These can be discovered at https://www.python.org/downloads/windows/
$PYTHON_INSTALLER_URLS = @(
"https://www.python.org/ftp/python/3.13.0/python-3.13.0rc3-amd64.exe" #,
"https://www.python.org/ftp/python/3.13.0/python-3.13.0-amd64.exe" #,
"https://www.python.org/ftp/python/3.12.6/python-3.12.6-amd64.exe" #,
"https://www.python.org/ftp/python/3.11.9/python-3.11.9-amd64.exe" #,
# "https://www.python.org/ftp/python/3.10.5/python-3.10.5-amd64.exe",
Expand Down

0 comments on commit 68a9cbb

Please sign in to comment.