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

This commit is contained in:
2024-08-19 15:44:45 +03:00
parent a7f1631869
commit c4f42bcf25
6 changed files with 10 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ authors = ["Maxim Slipenko <maxim@slipenko.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "~3.12"
python = ">=3.10,<=3.12"
karkas-core = { path = "../karkas_core", develop = true }
peewee = "^3.17.6"