chore: relax python version constraint from >=3.12 to >=3 in pyproject.toml

This commit is contained in:
retoor 2025-02-10 22:09:59 +00:00
parent cf47bd65d3
commit 7bb4691ab4

View File

@ -11,7 +11,7 @@ authors = [
{ name = "retoor", email = "retoor@molodetz.nl" }
]
keywords = ["chat", "snek", "molodetz","bot"]
requires-python = ">=3.12"
requires-python = ">=3"
dependencies = [
"aiohttp"
]