We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 079f807 + bf6817d commit 633cbd6Copy full SHA for 633cbd6
2 files changed
README.md
@@ -17,7 +17,7 @@
17
pip install janus-client
18
```
19
20
-Requires Python >=3.7 <3.11
+Requires Python >=3.7 <3.14
21
> **_NOTE:_** MacBook Air M1 macOS Ventura requires Python >=3.8
22
23
---
pyproject.toml
@@ -15,12 +15,13 @@ classifiers = [
15
"Programming Language :: Python :: 3.9",
16
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
+ "Programming Language :: Python :: 3.13",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent"
]
[tool.poetry.dependencies]
-python = ">=3.8,<3.12"
24
+python = ">=3.8,<3.14"
25
websockets = "^11.0.3"
26
aiortc = "^1.5.0"
27
aiohttp = "^3.8.5"
0 commit comments