Skip to content

Commit

Permalink
updates _soundfile_data to include glibc 2.17 libsndfile for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian Bechtold committed Mar 24, 2023
1 parent 0f606ed commit 0a8071d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _soundfile_data
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,8 @@ def get_tag(self):
else:
oses = 'win_amd64'
elif platform == 'linux':
# the oldest mainline github runner available is ubuntu 20.04,
# which runs glibc 2.31:
oses = 'manylinux_2_31_{}'.format(architecture0)
# using the centos:7 runner with glibc2.17:
oses = 'manylinux_2_17_{}'.format(architecture0)
else:
pythons = 'py2.py3'
oses = 'any'
Expand Down

0 comments on commit 0a8071d

Please sign in to comment.