We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc5d5aa commit faef04cCopy full SHA for faef04c
setup.py
@@ -13,7 +13,7 @@ def _platform():
13
if sys.platform.startswith('linux'):
14
return 'manylinux_2_17_x86_64.manylinux2014_x86_64'
15
elif sys.platform.startswith('darwin'):
16
- return 'macosx_10_15_x86_64'
+ return 'macosx_10_9_x86_64'
17
raise ValueError("Platform not supported: {}".format(sys.platform))
18
19
def _signature():
0 commit comments