Skip to content

Commit ca567e3

Browse files
committed
Do not require Python 3.10 for RTC.
1 parent d2ca4f7 commit ca567e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

livekit-rtc/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def finalize_options(self):
5757
keywords=["webrtc", "realtime", "audio", "video", "livekit"],
5858
license="Apache-2.0",
5959
packages=setuptools.find_namespace_packages(include=["livekit.*"]),
60-
python_requires=">=3.10.0",
60+
python_requires=">=3.9.0",
6161
install_requires=["protobuf>=3", "types-protobuf>=3"],
6262
package_data={
6363
"livekit.rtc": ["_proto/*.py", "py.typed", "*.pyi", "**/*.pyi"],

0 commit comments

Comments
 (0)