Skip to content

Commit 633cbd6

Browse files
committed
Merge branch 'master' of https://github.com/josephlim94/python_janus_client into master
2 parents 079f807 + bf6817d commit 633cbd6

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
pip install janus-client
1818
```
1919

20-
Requires Python >=3.7 <3.11
20+
Requires Python >=3.7 <3.14
2121
> **_NOTE:_** MacBook Air M1 macOS Ventura requires Python >=3.8
2222
2323
---

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ classifiers = [
1515
"Programming Language :: Python :: 3.9",
1616
"Programming Language :: Python :: 3.10",
1717
"Programming Language :: Python :: 3.11",
18+
"Programming Language :: Python :: 3.13",
1819
"License :: OSI Approved :: MIT License",
1920
"Operating System :: OS Independent"
2021
]
2122

2223
[tool.poetry.dependencies]
23-
python = ">=3.8,<3.12"
24+
python = ">=3.8,<3.14"
2425
websockets = "^11.0.3"
2526
aiortc = "^1.5.0"
2627
aiohttp = "^3.8.5"

0 commit comments

Comments
 (0)