Skip to content

Commit

Permalink
adding min python version req for hubploy
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Oct 10, 2024
1 parent d510ecf commit 4489c5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
author="Shane Knapp",
packages=setuptools.find_packages(),
install_requires=["kubernetes", "boto3"],
python_requires=">=3.6",
entry_points={
"console_scripts": [
"hubploy = hubploy.__main__:main",
Expand Down

0 comments on commit 4489c5a

Please sign in to comment.