Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8bb07ee

Browse files
committed
Set min MacOSX req to 10.12
1 parent 593ff96 commit 8bb07ee

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
runs-on: ${{ matrix.os }}
3131
env:
3232
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
33+
MACOSX_DEPLOYMENT_TARGET: "10.12"
3334
strategy:
3435
matrix:
3536
os: [ubuntu-18.04, windows-latest, macos-10.15]

doc/devel/dependencies.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ and the capabilities they provide.
4747
* pycairo_ (>= 1.11.0) or cairocffi_ (>= 0.8): for the GTK and/or cairo-based
4848
backends.
4949
* Tornado_ (>=5): for the WebAgg backend.
50+
* macOS (>=10.12): for the macosx backend.
5051

5152
.. _Tk: https://docs.python.org/3/library/tk.html
5253
.. _PyQt5: https://pypi.org/project/PyQt5/
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
New minimum macOS version
2+
-------------------------
3+
The macosx backend now requires macOS >= 10.12.

0 commit comments

Comments
 (0)