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"