summaryrefslogtreecommitdiff
path: root/backend/pyproject.toml
diff options
context:
space:
mode:
authorAAGaming <aagaming@riseup.net>2025-03-19 15:23:29 -0400
committerAAGaming <aagaming@riseup.net>2025-03-19 15:23:29 -0400
commitefac7bc397b8949f3748118469befab6b97aa45e (patch)
treef6c6f6522fc9bc83b30c1074ee0014e750b903a4 /backend/pyproject.toml
parentce2f98aa04f1299aabf0809bd5aa1081926b4d9d (diff)
downloaddecky-loader-efac7bc397b8949f3748118469befab6b97aa45e.tar.gz
decky-loader-efac7bc397b8949f3748118469befab6b97aa45e.zip
fix dev on newer python (steamos 3.7)v3.1.4-pre1
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 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"