Skip to content

Commit

Permalink
Do not require Python 3.10 for RTC.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennwc committed Jun 21, 2024
1 parent d2ca4f7 commit ca567e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion livekit-rtc/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def finalize_options(self):
keywords=["webrtc", "realtime", "audio", "video", "livekit"],
license="Apache-2.0",
packages=setuptools.find_namespace_packages(include=["livekit.*"]),
python_requires=">=3.10.0",
python_requires=">=3.9.0",
install_requires=["protobuf>=3", "types-protobuf>=3"],
package_data={
"livekit.rtc": ["_proto/*.py", "py.typed", "*.pyi", "**/*.pyi"],
Expand Down

0 comments on commit ca567e3

Please sign in to comment.