Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
Thrameos committed May 14, 2022
1 parent 0662ddd commit ad7cf3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .azure/scripts/osx-python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ case $PYTHON_VERSION in
;;
3.8)
FULL_VERSION=3.8.10
INSTALLER_NAME=python-$FULL_VERSION-macosx11.pkg
INSTALLER_NAME=python-$FULL_VERSION-macosx10.9.pkg
;;
3.9)
FULL_VERSION=3.9.12
INSTALLER_NAME=python-$FULL_VERSION-macosx11.pkg
INSTALLER_NAME=python-$FULL_VERSION-macosx10.9.pkg
;;
3.10)
FULL_VERSION=3.10.4
FULL_VERSION=3.10.3
INSTALLER_NAME=python-$FULL_VERSION-macosx11.pkg
;;
esac
Expand Down

0 comments on commit ad7cf3a

Please sign in to comment.