From b47ad69557f4a9223795ae296f7a476015932953 Mon Sep 17 00:00:00 2001 From: Lukas Senionis Date: Wed, 26 Mar 2025 04:11:36 +0200 Subject: Revert "fix dev on newer python (steamos 3.7)" (#758) This reverts commit efac7bc397b8949f3748118469befab6b97aa45e. --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/pyproject.toml') 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" -- cgit v1.2.3