From e71ac30bcd8d2ee8c34355b2a5672fdad45c2573 Mon Sep 17 00:00:00 2001 From: henrikstranneheim Date: Fri, 10 Jan 2025 11:18:26 +0100 Subject: [PATCH] feat(update): test5 --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0c33aa348f..66746d82b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,9 +19,8 @@ include = [ "cg/**/*", "tests/**/*" ] +requires-python = ">=3.9,<3.13" -[project.dependencies] -python = ">=3.9,<3.13" # Database alembic = "*"