Skip to content

Commit

Permalink
bump setuptools py version to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom committed Oct 25, 2023
1 parent 948882c commit f3ede73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion livekit-rtc/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires = [
build-backend = "setuptools.build_meta"

[tool.cibuildwheel]
build = "cp37-*"
build = "cp39-*"
skip = "*-musllinux_*" # not supported (libwebrtc is using glibc)

manylinux-x86_64-image = "manylinux_2_28"
Expand Down

0 comments on commit f3ede73

Please sign in to comment.