Skip to content

Commit

Permalink
Attempt to fix test failures on master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tleonhardt committed Jun 7, 2021
1 parent 6a44970 commit 5605038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ext_test/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
package_data=PACKAGE_DATA,
packages=['cmd2_ext_test'],
python_requires='>=3.6',
install_requires=['cmd2 >= 0.9.4, <=2'],
install_requires=['cmd2 >= 0.9.4, <3'],
setup_requires=['setuptools >= 42', 'setuptools_scm >= 3.4'],
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit 5605038

Please sign in to comment.