Skip to content

Commit fef9a9e

Browse files
authored
Merge pull request #1114 from python-cmd2/fix_tests
Try to fix tests failures on master
2 parents 5605038 + ba5d65a commit fef9a9e

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)