From 0954eb4f3ec8ad2fd12a03d43e015195b5ff87ca Mon Sep 17 00:00:00 2001 From: XuChenXu <91937041+ChenXu233@users.noreply.github.com> Date: Wed, 18 Dec 2024 21:05:18 +0800 Subject: [PATCH] =?UTF-8?q?:arrow=5Fup:=20=E8=A7=A3=E9=99=A4python?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 27d4ad9..b60a550 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "pillow>=10.4.0", "nonebot-plugin-uninfo>=0.1.1", ] -requires-python = ">=3.9,<3.13" +requires-python = ">=3.9,<4.0" readme = "README.md" license = {text = "MIT"}