fix python req
This commit is contained in:
@@ -10,7 +10,7 @@ authors = [
|
|||||||
]
|
]
|
||||||
description = "LocalAGI"
|
description = "LocalAGI"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.9"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"License :: OSI Approved :: MIT License",
|
"License :: OSI Approved :: MIT License",
|
||||||
@@ -19,4 +19,4 @@ classifiers = [
|
|||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
"Homepage" = "https://github.com/mudler/LocalAGI"
|
"Homepage" = "https://github.com/mudler/LocalAGI"
|
||||||
"Bug Tracker" = "https://github.com/mudler/LocalAGI/issues"
|
"Bug Tracker" = "https://github.com/mudler/LocalAGI/issues"
|
||||||
|
|||||||
Reference in New Issue
Block a user