From 0a34c82360902a9aefe253fed1722e4b4f93ec18 Mon Sep 17 00:00:00 2001 From: gmega Date: Mon, 5 Feb 2024 16:18:42 -0300 Subject: [PATCH] fix python dep range --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f398cf8..bae308f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["gmega "] readme = "README.md" [tool.poetry.dependencies] -python = "~3.11" +python = ">=3.11,<3.12" pytz = "^2023.3.post1" colored = "^2.2.3" python-dateutil = "^2.8.2"