From e3d3b178a529f26e80823c06883aa1c9cf2b7af1 Mon Sep 17 00:00:00 2001 From: Chenric <91937041+ChenXu233@users.noreply.github.com> Date: Mon, 8 Jul 2024 14:04:55 +0800 Subject: [PATCH] =?UTF-8?q?:arrow=5Fdown:=20=E9=99=8D=E7=BA=A7python?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"}