Skip to content

Commit

Permalink
macOS install instructions: we support 10.14 and later
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Jan 16, 2025
1 parent 489989c commit 504379c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion doc_src/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ macOS
Simply download `SnapPy.dmg
<https://github.com/3-manifolds/SnapPy/releases/latest/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
<https://github.com/3-manifolds/SnapPy/releases/>`_.

Expand Down
1 change: 0 additions & 1 deletion windows_exe/SnapPy_dbg.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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=[],
Expand Down
1 change: 0 additions & 1 deletion windows_exe/SnapPy_py3.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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=[],
Expand Down

0 comments on commit 504379c

Please sign in to comment.