fix python dep range

This commit is contained in:
gmega 2024-02-05 16:18:42 -03:00
parent a1eb06090b
commit 0a34c82360
No known key found for this signature in database
GPG Key ID: FFD8DAF00660270F
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ authors = ["gmega <giuliano@status.im>"]
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"