Skip to content

Commit

Permalink
feat: update python requirement to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarsh-dixit committed Apr 4, 2024
1 parent 191a51f commit 4bf98d3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion autogen/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ def resolve_paths(*paths):
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
],
python_requires=">=3.7",
python_requires=">=3.9",
include_package_data=True,
)
2 changes: 1 addition & 1 deletion core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def run(self):
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
],
python_requires=">=3.7",
python_requires=">=3.9",
include_package_data=True,
cmdclass={
"install": InstallCommandMiddleware,
Expand Down
2 changes: 1 addition & 1 deletion crew_ai/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ def resolve_paths(*paths):
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
],
python_requires=">=3.7",
python_requires=">=3.9",
include_package_data=True,
)
2 changes: 1 addition & 1 deletion langchain/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ def resolve_paths(*paths):
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
],
python_requires=">=3.7",
python_requires=">=3.9",
include_package_data=True,
)

0 comments on commit 4bf98d3

Please sign in to comment.