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 ad56e12 commit 029921aCopy full SHA for 029921a
setup.py
@@ -60,9 +60,9 @@ def get_tag(self):
60
pythons = 'py2.py3'
61
if platform == 'darwin':
62
if architecture0 == 'x86_64':
63
- oses = 'macosx-10.x-x86_64'
+ oses = 'macosx_10_6_intel'
64
else:
65
- oses = 'macosx-10.x-arm64'
+ oses = 'macosx_10_6_arm64'
66
elif platform == 'win32':
67
if architecture0 == '32bit':
68
oses = 'win32'
0 commit comments