From bfc7d5849014125bcc1b814687750de9bf6f0701 Mon Sep 17 00:00:00 2001 From: Ricci Adams Date: Thu, 23 Jul 2026 20:38:00 -0700 Subject: [PATCH] Bump minimum macOS version to 10.14 --- doc/install/dependencies.rst | 2 +- doc/release/next_whats_new/minimum_macos.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/install/dependencies.rst b/doc/install/dependencies.rst index c30584dd8849..1bdf26bc8918 100644 --- a/doc/install/dependencies.rst +++ b/doc/install/dependencies.rst @@ -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/ diff --git a/doc/release/next_whats_new/minimum_macos.rst b/doc/release/next_whats_new/minimum_macos.rst index 9f4551bf59cd..be82c463f244 100644 --- a/doc/release/next_whats_new/minimum_macos.rst +++ b/doc/release/next_whats_new/minimum_macos.rst @@ -1,4 +1,4 @@ New minimum macOS version ------------------------- -The macosx backend now requires macOS >= 10.13. +The macosx backend now requires macOS >= 10.14.