Fix building wheels for Python 3.7 (#1933)
This commit is contained in:
@@ -34,7 +34,11 @@ jobs:
|
||||
- name: Install Python dependencies
|
||||
shell: bash
|
||||
run: |
|
||||
pip install -U pip wheel setuptools twine==5.0.0
|
||||
if [[ ${{ matrix.python-version }} == "3.7" ]]; then
|
||||
pip install -U pip wheel setuptools twine
|
||||
else
|
||||
pip install -U pip wheel setuptools twine==5.0.0
|
||||
fi
|
||||
|
||||
- name: Build alsa-lib
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user