fix python version
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user