mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-17 08:47:49 +00:00
fix dev on newer python (steamos 3.7)
This commit is contained in:
Generated
+737
-720
File diff suppressed because it is too large
Load Diff
@@ -14,7 +14,7 @@ include = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.10,<3.13"
|
python = ">=3.10,<3.14"
|
||||||
|
|
||||||
aiohttp = "^3.10.11"
|
aiohttp = "^3.10.11"
|
||||||
aiohttp-jinja2 = "^1.5.1"
|
aiohttp-jinja2 = "^1.5.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user