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.
2 parents 62a8040 + a8fed03 commit 172daa5Copy full SHA for 172daa5
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_13_x86_64'
+ return 'macosx_10_15_x86_64'
17
raise ValueError("Platform not supported: {}".format(sys.platform))
18
19
def _signature():
0 commit comments