From 7a4b96349b14db531bcd6c6dd48756057caa4886 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 05:24:36 +0000 Subject: [PATCH] fix(deps): update python to >=3.13, <3.14 --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index fa2012811..fa4debdb1 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -8,7 +8,7 @@ authors = [ ] [tool.poetry.dependencies] -python = ">= 3.10, < 3.13" +python = ">=3.13, <3.14" # Django # ------------------------------------------------------------------------------ gunicorn = "23.0.0" # https://github.com/benoitc/gunicorn