Skip to content

Commit

Permalink
Update required Python 3.7 in setup.py (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Sep 21, 2024
1 parent 36a56c0 commit 8227364
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 @@ -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,
Expand Down

0 comments on commit 8227364

Please sign in to comment.