Skip to content

Commit

Permalink
Update python version to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sokoli1 committed Jan 24, 2024
1 parent e9a2122 commit af1659b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/setup.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ setup(
author_email="{{infoEmail}}{{^infoEmail}}[email protected]{{/infoEmail}}",
url="https://phoenixnap.com/bare-metal-cloud",
keywords=["OpenAPI", "OpenAPI-Generator", "{{{appName}}}"],
python_requires=">=3.6",
python_requires=">=3.7",
install_requires=REQUIRES,
packages=find_packages(exclude=["test", "tests"]),
include_package_data=True,
Expand Down

0 comments on commit af1659b

Please sign in to comment.