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 60c2fb6 commit d279bddCopy full SHA for d279bdd
setup.py
@@ -33,7 +33,7 @@ def get_tag(self):
33
if platform.system() == 'Windows':
34
platform_tag = 'win_amd64'
35
elif platform.system() == 'Linux':
36
- platform_tag = 'manylinux1_x86_64'
+ platform_tag = 'manylinux_2_31_x86_64'
37
elif platform.system() == 'Darwin':
38
platform_tag = 'macosx_10_11_x86_64'
39
return a, b, platform_tag
0 commit comments