Skip to content

Commit 0a8071d

Browse files
author
Bastian Bechtold
committed
updates _soundfile_data to include glibc 2.17 libsndfile for Linux
1 parent 0f606ed commit 0a8071d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

setup.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,8 @@ def get_tag(self):
7878
else:
7979
oses = 'win_amd64'
8080
elif platform == 'linux':
81-
# the oldest mainline github runner available is ubuntu 20.04,
82-
# which runs glibc 2.31:
83-
oses = 'manylinux_2_31_{}'.format(architecture0)
81+
# using the centos:7 runner with glibc2.17:
82+
oses = 'manylinux_2_17_{}'.format(architecture0)
8483
else:
8584
pythons = 'py2.py3'
8685
oses = 'any'

0 commit comments

Comments
 (0)