diff --git a/setup.py b/setup.py index 82073be4..97939014 100644 --- a/setup.py +++ b/setup.py @@ -76,6 +76,7 @@ keywords='command line interface cli python fire interactive bash tool', + requires_python='>=3.7', packages=['fire', 'fire.console'], install_requires=DEPENDENCIES,