diff --git a/pyproject.toml b/pyproject.toml index 79c37b5..e6a5854 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ ] description = "LocalAGI" readme = "README.md" -requires-python = ">=3.10" +requires-python = ">=3.9" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", @@ -19,4 +19,4 @@ classifiers = [ [project.urls] "Homepage" = "https://github.com/mudler/LocalAGI" -"Bug Tracker" = "https://github.com/mudler/LocalAGI/issues" \ No newline at end of file +"Bug Tracker" = "https://github.com/mudler/LocalAGI/issues"