diff --git a/pyproject.toml b/pyproject.toml index 7a43d36..d84843c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nonebot_plugin_dialectlist" -version = "2.1.4" +version = "2.1.5" description = "看看你群群友有多能说" authors = [ {name = "Chen_Xu233", email = "woyerpa@outlook.com"}, @@ -17,7 +17,7 @@ dependencies = [ "pyecharts>=2.0.5", "nonebot-plugin-htmlrender>=0.3.2", ] -requires-python = ">=3.10,<4.0" +requires-python = ">=3.8,<4.0" readme = "README.md" license = {text = "MIT"}