diff options
| author | AAGaming <aagaming@riseup.net> | 2025-03-19 15:23:29 -0400 |
|---|---|---|
| committer | AAGaming <aagaming@riseup.net> | 2025-03-19 15:23:29 -0400 |
| commit | efac7bc397b8949f3748118469befab6b97aa45e (patch) | |
| tree | f6c6f6522fc9bc83b30c1074ee0014e750b903a4 /backend/pyproject.toml | |
| parent | ce2f98aa04f1299aabf0809bd5aa1081926b4d9d (diff) | |
| download | decky-loader-3.1.4-pre1.tar.gz decky-loader-3.1.4-pre1.zip | |
fix dev on newer python (steamos 3.7)v3.1.4-pre1
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 38fc304d..27934398 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -14,7 +14,7 @@ include = [ ] [tool.poetry.dependencies] -python = ">=3.10,<3.13" +python = ">=3.10,<3.14" aiohttp = "^3.10.11" aiohttp-jinja2 = "^1.5.1" |
