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"