Skip to content

Commit 74aa5e1

Browse files
author
btd
committed
improves macOS ARM platform tags
1 parent c3a30eb commit 74aa5e1

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
@@ -62,7 +62,7 @@ def get_tag(self):
6262
if architecture0 == 'x86_64':
6363
oses = 'macosx_10_9_x86_64.macosx_11_0_x86_64'
6464
else:
65-
oses = 'macosx_11_0_arm64'
65+
oses = 'macosx_10_9_arm64.macosx_11_0_arm64'
6666
elif platform == 'win32':
6767
if architecture0 == '32bit':
6868
oses = 'win32'

0 commit comments

Comments
 (0)