Skip to content

Commit

Permalink
Tweak wheel name version tag for macOS ARM64 (CC #3)
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Jan 11, 2022
1 parent 3346780 commit 65e73ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_darwin_arm64.py
Expand Up @@ -7,7 +7,7 @@
class bdist (BDistBase):
def finalize_options(self):
BDistBase.finalize_options(self)
self.plat_name = 'macosx_10_11_arm64'
self.plat_name = 'macosx_11_0_arm64'

def lib_setup():
setuptools.setup(
Expand Down

0 comments on commit 65e73ce

Please sign in to comment.