We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25fb523 commit c5233b7Copy full SHA for c5233b7
1 file changed
setup.py
@@ -27,7 +27,7 @@
27
packages=['cmd2_myplugin'],
28
29
python_requires='>=3.4',
30
- install_requires=['cmd2 >= 0.9.0, <=2'],
+ install_requires=['cmd2 >= 0.9.3, <=2'],
31
32
classifiers=[
33
'Development Status :: 4 - Beta',
@@ -39,6 +39,7 @@
39
'Programming Language :: Python :: 3.4',
40
'Programming Language :: Python :: 3.5',
41
'Programming Language :: Python :: 3.6',
42
+ 'Programming Language :: Python :: 3.7',
43
],
44
45
# dependencies for development and testing
0 commit comments