Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/install/dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ and the capabilities they provide.
from https://wxpython.org/pages/downloads/.
* Tornado_ (>= 5): for the WebAgg backend.
* ipykernel_: for the nbagg backend.
* macOS (>= 10.13): for the macosx backend.
* macOS (>= 10.14): for the macosx backend.

.. _Tk: https://docs.python.org/3/library/tk.html
.. _PyQt5: https://pypi.org/project/PyQt5/
Expand Down
2 changes: 1 addition & 1 deletion doc/release/next_whats_new/minimum_macos.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
New minimum macOS version
-------------------------

The macosx backend now requires macOS >= 10.13.
The macosx backend now requires macOS >= 10.14.
Loading