Skip to content

Commit

Permalink
improves macOS ARM platform tags
Browse files Browse the repository at this point in the history
  • Loading branch information
btd committed May 17, 2022
1 parent c3a30eb commit 74aa5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def get_tag(self):
if architecture0 == 'x86_64':
oses = 'macosx_10_9_x86_64.macosx_11_0_x86_64'
else:
oses = 'macosx_11_0_arm64'
oses = 'macosx_10_9_arm64.macosx_11_0_arm64'
elif platform == 'win32':
if architecture0 == '32bit':
oses = 'win32'
Expand Down

0 comments on commit 74aa5e1

Please sign in to comment.