diff --git a/pyproject.toml b/pyproject.toml index ad982f968..3b7682736 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "MaiBot" version = "0.8.1" description = "MaiCore 是一个基于大语言模型的可交互智能体" -requires-python = ">=3.10" +requires-python = ">=3.11" dependencies = [ "aiohttp>=3.12.14", "aiohttp-cors>=0.8.1",