Skip to content

Commit a9e38ee

Browse files
committed
fix order
1 parent f129f14 commit a9e38ee

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

livekit-rtc/pyproject.toml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,22 +55,21 @@ include = ["/livekit", "/rust-sdks"]
5555
[tool.cibuildwheel]
5656
build = "cp39-*"
5757
skip = "*-musllinux_*" # not supported (libwebrtc is using glibc)
58-
5958
before-build = "pip install requests && python rust-sdks/download_ffi.py --output livekit/rtc/resources"
6059

61-
# macOS deployment targets must match the FFI binaries (see rust-sdks/.github/workflows/ffi-builds.yml)
62-
[tool.cibuildwheel.macos]
63-
environment = { MACOSX_DEPLOYMENT_TARGET = "10.15" }
64-
65-
[[tool.cibuildwheel.overrides]]
66-
select = "*-macosx_arm64"
67-
environment = { MACOSX_DEPLOYMENT_TARGET = "11.0" } # arm64 requires macOS 11+
68-
6960
manylinux-x86_64-image = "manylinux_2_28"
7061
manylinux-i686-image = "manylinux_2_28"
7162
manylinux-aarch64-image = "manylinux_2_28"
7263
manylinux-ppc64le-image = "manylinux_2_28"
7364
manylinux-s390x-image = "manylinux_2_28"
7465
manylinux-pypy_x86_64-image = "manylinux_2_28"
7566
manylinux-pypy_i686-image = "manylinux_2_28"
76-
manylinux-pypy_aarch64-image = "manylinux_2_28"
67+
manylinux-pypy_aarch64-image = "manylinux_2_28"
68+
69+
# macOS deployment targets must match the FFI binaries (see rust-sdks/.github/workflows/ffi-builds.yml)
70+
[tool.cibuildwheel.macos]
71+
environment = { MACOSX_DEPLOYMENT_TARGET = "10.15" }
72+
73+
[[tool.cibuildwheel.overrides]]
74+
select = "*-macosx_arm64"
75+
environment = { MACOSX_DEPLOYMENT_TARGET = "11.0" } # arm64 requires macOS 11+

0 commit comments

Comments
 (0)