Skip to content

Commit 8227364

Browse files
authored
Update required Python 3.7 in setup.py (#555)
1 parent 36a56c0 commit 8227364

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777

7878
keywords='command line interface cli python fire interactive bash tool',
7979

80+
requires_python='>=3.7',
8081
packages=['fire', 'fire.console'],
8182

8283
install_requires=DEPENDENCIES,

0 commit comments

Comments
 (0)