Skip to content

Commit ee53553

Browse files
committed
fix python req
1 parent 1ad68ec commit ee53553

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
]
1111
description = "LocalAGI"
1212
readme = "README.md"
13-
requires-python = ">=3.10"
13+
requires-python = ">=3.9"
1414
classifiers = [
1515
"Programming Language :: Python :: 3",
1616
"License :: OSI Approved :: MIT License",
@@ -19,4 +19,4 @@ classifiers = [
1919

2020
[project.urls]
2121
"Homepage" = "https://github.com/mudler/LocalAGI"
22-
"Bug Tracker" = "https://github.com/mudler/LocalAGI/issues"
22+
"Bug Tracker" = "https://github.com/mudler/LocalAGI/issues"

0 commit comments

Comments
 (0)