mirror of
https://github.com/fergalmoran/picard.git
synced 2025-12-22 09:18:18 +00:00
Build macOS packages with latest Python 3.11
This commit is contained in:
@@ -7,7 +7,7 @@ brew link gettext --force
|
||||
|
||||
# Install requested Python version
|
||||
if [ -n "$PYTHON_VERSION" ]; then
|
||||
PYTHON_FILENAME=python-$PYTHON_VERSION-macosx10.9.pkg
|
||||
PYTHON_FILENAME=python-$PYTHON_VERSION-macos11.pkg
|
||||
wget "https://www.python.org/ftp/python/$PYTHON_VERSION/$PYTHON_FILENAME"
|
||||
echo "$PYTHON_SHA256SUM $PYTHON_FILENAME" | shasum --algorithm 256 --check --status
|
||||
sudo installer -pkg "$PYTHON_FILENAME" -target /
|
||||
|
||||
Reference in New Issue
Block a user