Skip to content

Commit 172daa5

Browse files
committed
Merge branch 'devel-0.11.x' into main
2 parents 62a8040 + a8fed03 commit 172daa5

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_13_x86_64'
16+
return 'macosx_10_15_x86_64'
1717
raise ValueError("Platform not supported: {}".format(sys.platform))
1818

1919
def _signature():

0 commit comments

Comments
 (0)