From 01ae107fc5f2bb719932eac58ad4862c09d54811 Mon Sep 17 00:00:00 2001 From: xtaodada Date: Sat, 11 May 2024 17:37:53 +0800 Subject: [PATCH] :bug: Fix required python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6a888c6..cdc6ae8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [ dependencies = [ "pydantic<2.0.0", ] -requires-python = ">=3.9" +requires-python = ">=3.8" readme = "README.md" license = {text = "AGPL 3.0"}