Add Support Python 3.11
This commit is contained in:
parent
2e9c09d5f1
commit
fd3df13e9c
File diff suppressed because it is too large
Load Diff
|
@ -27,13 +27,13 @@ classifiers = [
|
|||
"Changelog" = "https://github.com/rlaphoenix/pywidevine/blob/master/CHANGELOG.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.7,<3.11"
|
||||
python = ">=3.7,<3.12"
|
||||
protobuf = "4.21.6"
|
||||
pymp4 = "^1.2.0"
|
||||
pycryptodome = "^3.15.0"
|
||||
click = "^8.1.3"
|
||||
requests = "^2.28.1"
|
||||
lxml = ">=4.9.1"
|
||||
lxml = ">=4.9.2"
|
||||
Unidecode = "^1.3.4"
|
||||
aiohttp = {version = "^3.8.1", optional = true}
|
||||
PyYAML = {version = "^6.0", optional = true}
|
||||
|
|
Loading…
Reference in New Issue