nudge python version

This commit is contained in:
evilchili 2025-09-24 19:54:51 -07:00
parent 98c4af5e48
commit 235d26ff1e

View File

@ -9,7 +9,7 @@ packages = [
]
[tool.poetry.dependencies]
python = "^3.11"
python = ">=3.10"
tinydb = "^4.8.2"
nanoid = "^2.0.0"