Skip to content

Commit 9fe3db4

Browse files
committed
macos: set MACOSX_DEPLOYMENT_TARGET to 10.9
Mavericks was released in October 2013. Hopefully that is old enough. 10.9 is also the minimum version that Firefox requires and Firefox's policy is generally grounded in real world usage.
1 parent f283e6b commit 9fe3db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpython-macos/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
BUILD = ROOT / 'build'
3333
SUPPORT = ROOT / 'cpython-macos'
3434

35-
MACOSX_DEPLOYMENT_TARGET = '10.14'
35+
MACOSX_DEPLOYMENT_TARGET = '10.9'
3636

3737
DISABLED_STATIC_MODULES = {
3838
# We don't support GDBM because it is GPL v3.

0 commit comments

Comments
 (0)