исправляет минимальную версию python

This commit is contained in:
2024-08-19 15:38:37 +03:00
parent 2917c9ee46
commit d5e79375ae
5 changed files with 10 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ authors = ["Максим Слипенко <maxim@slipenko.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "~3.12"
python = ">=3.8,<=3.12"
aiogram = "^3.10.0"
setuptools = "^71.0.1"
restrictedpython = "^7.1"