We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a761e commit f73088dCopy full SHA for f73088d
python/setup.py
@@ -25,7 +25,7 @@ class bdist_wheel_tag_name(bdist_wheel):
25
def get_tag(self):
26
abi = 'none'
27
if system == 'Darwin':
28
- oses = 'macosx_10_6_x86_64'
+ oses = 'macosx_10_6_universal'
29
elif system == 'Windows' and architecture == '32bit':
30
oses = 'win32'
31
elif system == 'Windows' and architecture == '64bit':
0 commit comments