Skip to content

Commit 3353aff

Browse files
committed
set python min version to be 3.8
1 parent d231ff5 commit 3353aff

2 files changed

Lines changed: 4 additions & 25 deletions

File tree

poetry.lock

Lines changed: 2 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ classifiers = [
1111
"Topic :: Software Development :: Libraries :: Python Modules",
1212
"Development Status :: 4 - Beta",
1313
"Programming Language :: Python :: 3",
14-
"Programming Language :: Python :: 3.7",
1514
"Programming Language :: Python :: 3.8",
1615
"Programming Language :: Python :: 3.9",
1716
"Programming Language :: Python :: 3.10",
17+
"Programming Language :: Python :: 3.11",
1818
"License :: OSI Approved :: MIT License",
1919
"Operating System :: OS Independent"
2020
]
2121

2222
[tool.poetry.dependencies]
23-
python = ">=3.7,<3.12"
23+
python = ">=3.8,<3.12"
2424
websockets = "^11.0.3"
2525
aiortc = "^1.5.0"
2626
aiohttp = "^3.8.5"

0 commit comments

Comments
 (0)