We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ad68ec commit ee53553Copy full SHA for ee53553
pyproject.toml
@@ -10,7 +10,7 @@ authors = [
10
]
11
description = "LocalAGI"
12
readme = "README.md"
13
-requires-python = ">=3.10"
+requires-python = ">=3.9"
14
classifiers = [
15
"Programming Language :: Python :: 3",
16
"License :: OSI Approved :: MIT License",
@@ -19,4 +19,4 @@ classifiers = [
19
20
[project.urls]
21
"Homepage" = "https://github.com/mudler/LocalAGI"
22
-"Bug Tracker" = "https://github.com/mudler/LocalAGI/issues"
+"Bug Tracker" = "https://github.com/mudler/LocalAGI/issues"
0 commit comments