Skip to content

Commit

Permalink
enforce linux packages to be installed only on systems with glibc >= …
Browse files Browse the repository at this point in the history
…2.31
  • Loading branch information
alemuntoni committed Apr 21, 2023
1 parent 60c2fb6 commit d279bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def get_tag(self):
if platform.system() == 'Windows':
platform_tag = 'win_amd64'
elif platform.system() == 'Linux':
platform_tag = 'manylinux1_x86_64'
platform_tag = 'manylinux_2_31_x86_64'
elif platform.system() == 'Darwin':
platform_tag = 'macosx_10_11_x86_64'
return a, b, platform_tag
Expand Down

0 comments on commit d279bdd

Please sign in to comment.