Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom committed Oct 3, 2023
1 parent 635ccf0 commit 28176cd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 30 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-rtc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ jobs:
- name: Build wheels
run: python3 -m cibuildwheel --output-dir dist
env:
CIBW_BUILD: cp37-*
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
CIBW_MANYLINUX_I686_IMAGE: manylinux_2_28
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28
CIBW_MANYLINUX_PPC64LE_IMAGE: manylinux_2_28
CIBW_MANYLINUX_S390X_IMAGE: manylinux_2_28
CIBW_MANYLINUX_PYPY_X86_64_IMAGE: manylinux_2_28
CIBW_MANYLINUX_PYPY_I686_IMAGE: manylinux_2_28
CIBW_MANYLINUX_PYPY_AARCH64_IMAGE: manylinux_2_28
CIBW_ARCHS: ${{ matrix.archs }}
CIBW_SKIP: "*-musllinux_*"

Expand Down
1 change: 1 addition & 0 deletions livekit-rtc/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def run(self):
license="Apache-2.0",
packages=["livekit"],
python_requires=">=3.7.0",
setup_requires=["wheel", "requests"],
install_requires=["pyee>=11.0.0",
"protobuf>=3.1.0",
"types-protobuf>=3.1.0"],
Expand Down
30 changes: 0 additions & 30 deletions pyproject.toml

This file was deleted.

0 comments on commit 28176cd

Please sign in to comment.