fix python req

This commit is contained in:
mudler
2023-08-21 01:49:40 +02:00
parent 1ad68eca01
commit ee535536ad

View File

@@ -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"
"Bug Tracker" = "https://github.com/mudler/LocalAGI/issues"