Skip to content

Commit c5233b7

Browse files
committed
Add classifier for python 3.7
1 parent 25fb523 commit c5233b7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
packages=['cmd2_myplugin'],
2828

2929
python_requires='>=3.4',
30-
install_requires=['cmd2 >= 0.9.0, <=2'],
30+
install_requires=['cmd2 >= 0.9.3, <=2'],
3131

3232
classifiers=[
3333
'Development Status :: 4 - Beta',
@@ -39,6 +39,7 @@
3939
'Programming Language :: Python :: 3.4',
4040
'Programming Language :: Python :: 3.5',
4141
'Programming Language :: Python :: 3.6',
42+
'Programming Language :: Python :: 3.7',
4243
],
4344

4445
# dependencies for development and testing

0 commit comments

Comments
 (0)