summaryrefslogtreecommitdiff
path: root/backend/pyproject.toml
diff options
context:
space:
mode:
authorLukas Senionis <warliukz@gmail.com>2025-03-26 04:11:36 +0200
committerGitHub <noreply@github.com>2025-03-26 02:11:36 +0000
commitb47ad69557f4a9223795ae296f7a476015932953 (patch)
tree7389f478ecbd6ef7ea18cee16a1a0e7defafad3d /backend/pyproject.toml
parentefac7bc397b8949f3748118469befab6b97aa45e (diff)
downloaddecky-loader-b47ad69557f4a9223795ae296f7a476015932953.tar.gz
decky-loader-b47ad69557f4a9223795ae296f7a476015932953.zip
Revert "fix dev on newer python (steamos 3.7)" (#758)v3.1.5-pre1v3.1.5
This reverts commit efac7bc397b8949f3748118469befab6b97aa45e.
Diffstat (limited to 'backend/pyproject.toml')
-rw-r--r--backend/pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/pyproject.toml b/backend/pyproject.toml
index 27934398..38fc304d 100644
--- a/backend/pyproject.toml
+++ b/backend/pyproject.toml
@@ -14,7 +14,7 @@ include = [
]
[tool.poetry.dependencies]
-python = ">=3.10,<3.14"
+python = ">=3.10,<3.13"
aiohttp = "^3.10.11"
aiohttp-jinja2 = "^1.5.1"