From efb1b7a89351d41279c26698168c7b3308c2c522 Mon Sep 17 00:00:00 2001 From: yhydev Date: Sat, 13 Dec 2025 10:28:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0pyproject.toml=EF=BC=9A1)=20?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E8=84=9A=E6=9C=AC=E5=85=A5=E5=8F=A3=E7=82=B9?= =?UTF-8?q?=E4=B8=BAmain=E5=87=BD=E6=95=B0=202)=20=E6=B7=BB=E5=8A=A0reques?= =?UTF-8?q?ts=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c9f18bc..41c5e39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,8 +3,8 @@ name = "myscripts" version = "0.1.0" description = "Add your description here" readme = "README.md" -requires-python = ">=3.13" +requires-python = ">=3.10" dependencies = ["requests"] [project.scripts] -working_tool = "myscripts.working_tool:main" \ No newline at end of file +working_tool = "myscripts.working_tool:main"