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"}