Skip to content

Commit faef04c

Browse files
authored
fixed macos deployment target
1 parent cc5d5aa commit faef04c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def _platform():
1313
if sys.platform.startswith('linux'):
1414
return 'manylinux_2_17_x86_64.manylinux2014_x86_64'
1515
elif sys.platform.startswith('darwin'):
16-
return 'macosx_10_15_x86_64'
16+
return 'macosx_10_9_x86_64'
1717
raise ValueError("Platform not supported: {}".format(sys.platform))
1818

1919
def _signature():

0 commit comments

Comments
 (0)