From 504379cf944d9c2a33b29b3b0c392de877493942 Mon Sep 17 00:00:00 2001 From: Nathan Dunfield Date: Wed, 15 Jan 2025 21:33:39 -0600 Subject: [PATCH] macOS install instructions: we support 10.14 and later --- doc_src/installing.rst | 2 +- windows_exe/SnapPy_dbg.spec | 1 - windows_exe/SnapPy_py3.spec | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/doc_src/installing.rst b/doc_src/installing.rst index ecffe975..484f2dbd 100644 --- a/doc_src/installing.rst +++ b/doc_src/installing.rst @@ -14,7 +14,7 @@ macOS Simply download `SnapPy.dmg `_ and copy SnapPy.app to the Applications folder. Double-click to start -it, just like any other application. The current version works with macOS 10.13 and +it, just like any other application. The current version works with macOS 10.14 and newer and earlier releases `can be found here `_. diff --git a/windows_exe/SnapPy_dbg.spec b/windows_exe/SnapPy_dbg.spec index 80c6b708..19ba3b75 100644 --- a/windows_exe/SnapPy_dbg.spec +++ b/windows_exe/SnapPy_dbg.spec @@ -27,7 +27,6 @@ datafiles += collect_data_files('tkinter_gl') a = Analysis(['SnapPy.py'], - binaries=binaries, hiddenimports=imports + ['linecache', 'pkg_resources.py2_warn'], datas=datafiles, hookspath=[], diff --git a/windows_exe/SnapPy_py3.spec b/windows_exe/SnapPy_py3.spec index 08751759..12319bce 100644 --- a/windows_exe/SnapPy_py3.spec +++ b/windows_exe/SnapPy_py3.spec @@ -28,7 +28,6 @@ datafiles += collect_data_files('tkinter_gl') a = Analysis(['SnapPy.py'], - binaries=binaries, hiddenimports=imports + ['linecache', 'pkg_resources.py2_warn'], datas=datafiles, hookspath=[],