From 090d02402d9ab6ec6e0d2b1073743a4d078732e4 Mon Sep 17 00:00:00 2001 From: iacopo Date: Thu, 2 Nov 2023 10:38:01 +0100 Subject: [PATCH] pyproject.toml: downgrade python from 3.12 to 3.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a9220bb..1b5d6b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" readme = "README.md" [tool.poetry.dependencies] -python = "^3.12" +python = "^3.9" Flask = "^3.0.0" # Just an example [tool.poetry.group.dev.dependencies]