From d8d95881d893f46bb2182f7800b1c88959efd6f6 Mon Sep 17 00:00:00 2001 From: bakatrouble Date: Wed, 22 Mar 2023 18:08:33 +0300 Subject: [PATCH] fix python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 192498f..dab5ac4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" packages = [] [tool.poetry.dependencies] -python = "^3.10" +python = ">= 3.9" aiogram = "^2.25.1" python-dotenv = "^1.0.0" httpx = "^0.23.3"