From 8227364f113fcaf8661290fa3bb0c79741ff3be7 Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Sat, 21 Sep 2024 17:09:24 +0200 Subject: [PATCH] Update required Python 3.7 in `setup.py` (#555) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index beb367cf..8d4a381b 100644 --- a/setup.py +++ b/setup.py @@ -77,6 +77,7 @@ keywords='command line interface cli python fire interactive bash tool', + requires_python='>=3.7', packages=['fire', 'fire.console'], install_requires=DEPENDENCIES,