Skip to content

Commit

Permalink
Update apple silicon platform tag to macosx-11-arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Feb 24, 2021
1 parent 81d6122 commit c9604e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repos/kaleido/py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def run(self):
if arch == "x64":
cmd_obj.plat_name = "macosx-10.11-x86_64"
elif arch == "arm64":
cmd_obj.plat_name = "macosx-10.11-arm64"
cmd_obj.plat_name = "macosx-11-arm64"

cmd_obj.python_tag = 'py2.py3'
self.run_command("bdist_wheel")
Expand Down

0 comments on commit c9604e9

Please sign in to comment.