From 3736e2a2fec0f157cdf4705fb98db3eb4c000e72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Onimai=EF=BC=81?= <93068569+Onimaimai@users.noreply.github.com> Date: Sat, 19 Oct 2024 13:54:27 +0800 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 173ab00..a3d3e7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "nonebot-plugin-voicemusic" version = "0.1.2" description = "nonebot2语音点歌插件" readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.9" authors = [ {email = "1309946582@qq.com"}, {name = "QiYork"}