Skip to content

Commit

Permalink
Merge pull request #1114 from python-cmd2/fix_tests
Browse files Browse the repository at this point in the history
Try to fix tests failures on master
  • Loading branch information
tleonhardt committed Jun 7, 2021
2 parents 5605038 + ba5d65a commit fef9a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/template/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
license='MIT',
packages=['cmd2_myplugin'],
python_requires='>=3.6',
install_requires=['cmd2 >= 0.9.4, <=2'],
install_requires=['cmd2 >= 0.9.4, <3'],
setup_requires=['setuptools_scm'],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit fef9a9e

Please sign in to comment.