Skip to content

Commit

Permalink
Update mac release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Thrameos committed Oct 27, 2022
1 parent c837872 commit f52169a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .azure/scripts/osx-python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ case $PYTHON_VERSION in
FULL_VERSION=3.10.4
INSTALLER_NAME=python-$FULL_VERSION-macos11.pkg
;;
3.11)
FULL_VERSION=3.11.0
INSTALLER_NAME=python-$FULL_VERSION-macos11.pkg
;;
esac

URL=https://www.python.org/ftp/python/$FULL_VERSION/$INSTALLER_NAME
Expand Down

0 comments on commit f52169a

Please sign in to comment.