diff --git a/python/setup.py b/python/setup.py index 265b141d..0c690f5c 100644 --- a/python/setup.py +++ b/python/setup.py @@ -25,7 +25,7 @@ class bdist_wheel_tag_name(bdist_wheel): def get_tag(self): abi = 'none' if system == 'Darwin': - oses = 'macosx_10_6_x86_64' + oses = 'macosx_10_6_universal' elif system == 'Windows' and architecture == '32bit': oses = 'win32' elif system == 'Windows' and architecture == '64bit':