We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
setup.py
1 parent 36a56c0 commit 8227364Copy full SHA for 8227364
1 file changed
setup.py
@@ -77,6 +77,7 @@
77
78
keywords='command line interface cli python fire interactive bash tool',
79
80
+ requires_python='>=3.7',
81
packages=['fire', 'fire.console'],
82
83
install_requires=DEPENDENCIES,
0 commit comments