From 8d7c6d38358248bfc22f36959c4ab8099f05cb56 Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Tue, 26 Oct 2021 09:56:47 -0700 Subject: [PATCH] MacOS codesign fix no longer needed; MacOS 12 = Monterey (#1441) * Updated 3.9 to 3.10, is this still needed? * Fix no longer required * MacOS 12 is Monterey --- .github/actions/macos-before-install.sh | 2 +- src/gam/var.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/macos-before-install.sh b/.github/actions/macos-before-install.sh index 32b57658..c875d432 100755 --- a/.github/actions/macos-before-install.sh +++ b/.github/actions/macos-before-install.sh @@ -29,7 +29,7 @@ echo "installing Python $BUILD_PYTHON_VERSION..." sudo installer -pkg ./$pyfile -target / # This fixes https://github.com/pyinstaller/pyinstaller/issues/5062 -codesign --remove-signature /Library/Frameworks/Python.framework/Versions/3.9/Python +#codesign --remove-signature /Library/Frameworks/Python.framework/Versions/3.10/Python #if [ ! -f python-$MIN_PYTHON_VERSION-macosx10.9.pkg ]; then # wget --quiet https://www.python.org/ftp/python/$MIN_PYTHON_VERSION/python-$MIN_PYTHON_VERSION-macosx10.9.pkg diff --git a/src/gam/var.py b/src/gam/var.py index f83bd5c5..9a83ab76 100644 --- a/src/gam/var.py +++ b/src/gam/var.py @@ -631,6 +631,7 @@ MACOS_CODENAMES = { 16: 'Big Sur' }, 11: 'Big Sur', + 12: 'Monterey', } _MICROSOFT_FORMATS_LIST = [{