Add Support Python 3.11

This commit is contained in:
rlaphoenix 2023-02-03 06:26:50 +00:00
parent 2e9c09d5f1
commit fd3df13e9c
2 changed files with 794 additions and 787 deletions

1577
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -27,13 +27,13 @@ classifiers = [
"Changelog" = "https://github.com/rlaphoenix/pywidevine/blob/master/CHANGELOG.md" "Changelog" = "https://github.com/rlaphoenix/pywidevine/blob/master/CHANGELOG.md"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.7,<3.11" python = ">=3.7,<3.12"
protobuf = "4.21.6" protobuf = "4.21.6"
pymp4 = "^1.2.0" pymp4 = "^1.2.0"
pycryptodome = "^3.15.0" pycryptodome = "^3.15.0"
click = "^8.1.3" click = "^8.1.3"
requests = "^2.28.1" requests = "^2.28.1"
lxml = ">=4.9.1" lxml = ">=4.9.2"
Unidecode = "^1.3.4" Unidecode = "^1.3.4"
aiohttp = {version = "^3.8.1", optional = true} aiohttp = {version = "^3.8.1", optional = true}
PyYAML = {version = "^6.0", optional = true} PyYAML = {version = "^6.0", optional = true}