From 81bfead5644226cef8b7c6499db6edd497fbbd5b Mon Sep 17 00:00:00 2001 From: Jirka B Date: Fri, 20 Sep 2024 16:05:10 +0200 Subject: [PATCH] update required Python 3.7 in `setup.py` --- setup.py | 1 + 1 file changed, 1 insertion(+) 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,