diff options
| author | AAGaming <aagaming@riseup.net> | 2026-09-14 19:12:32 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-09-14 19:12:32 -0400 |
| commit | f75dc1df134daf53b1ec02c351b12313c1696a7e (patch) | |
| tree | 90cfacbf3fc74c6681b07adbf9afc7dadfc9e3e5 /backend/pyproject.toml | |
| parent | 29665690d6f9f5dd36c4a6564e9741c93f955ea7 (diff) | |
| download | decky-loader-3.2.9-pre1.tar.gz decky-loader-3.2.9-pre1.zip | |
fixes for beta september 2026 (#967)HEADv3.2.9-pre1v3.2.9main
Diffstat (limited to 'backend/pyproject.toml')
| -rw-r--r-- | backend/pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 27934398..875eb679 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.15" aiohttp = "^3.10.11" aiohttp-jinja2 = "^1.5.1" |
