Skip to content

Commit ba5d65a

Browse files
committed
Try to fix tests on master
1 parent 5605038 commit ba5d65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/template/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
license='MIT',
2626
packages=['cmd2_myplugin'],
2727
python_requires='>=3.6',
28-
install_requires=['cmd2 >= 0.9.4, <=2'],
28+
install_requires=['cmd2 >= 0.9.4, <3'],
2929
setup_requires=['setuptools_scm'],
3030
classifiers=[
3131
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)