Skip to content

Commit

Permalink
Updating setup.py to minimum 3.9 python
Browse files Browse the repository at this point in the history
  • Loading branch information
robotrapta committed Dec 2, 2024
1 parent 580f75a commit 3284bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generated/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
author_email="[email protected]",
url="",
keywords=["OpenAPI", "OpenAPI-Generator", "Groundlight API"],
python_requires=">=3.6",
python_requires=">=3.9",
install_requires=REQUIRES,
packages=find_packages(exclude=["test", "tests"]),
include_package_data=True,
Expand Down

0 comments on commit 3284bbf

Please sign in to comment.