From b2d75e865fe473bdbca37d363d9b39f7bac4004c Mon Sep 17 00:00:00 2001 From: snowy Date: Thu, 29 Aug 2024 14:59:52 +0800 Subject: [PATCH] :art: fix Python version compat --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5a17d07..da99846 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [ dependencies = [ "pydantic>=2.8.2", ] -requires-python = ">=3.11" +requires-python = ">=3.10" readme = "README.md" license = {text = "MIT"}