chore: relax python version constraint from >=3.12 to >=3 in pyproject.toml
This commit is contained in:
parent
cf47bd65d3
commit
7bb4691ab4
@ -11,7 +11,7 @@ authors = [
|
|||||||
{ name = "retoor", email = "retoor@molodetz.nl" }
|
{ name = "retoor", email = "retoor@molodetz.nl" }
|
||||||
]
|
]
|
||||||
keywords = ["chat", "snek", "molodetz","bot"]
|
keywords = ["chat", "snek", "molodetz","bot"]
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aiohttp"
|
"aiohttp"
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user