diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2021-06-06 23:31:22 -0400 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2021-06-06 23:31:22 -0400 |
| commit | 5605038cf8ffb99206202e987b581aa472596beb (patch) | |
| tree | df1d9acfd025f3d4c11b46da7e221aa2c06563f1 /plugins | |
| parent | 6a44970dc0a01fc3daab385448efe9f656c9f6fb (diff) | |
| download | cmd2-git-5605038cf8ffb99206202e987b581aa472596beb.tar.gz | |
Attempt to fix test failures on master branch
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/ext_test/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ext_test/setup.py b/plugins/ext_test/setup.py index cab366b8..e6fe92dd 100644 --- a/plugins/ext_test/setup.py +++ b/plugins/ext_test/setup.py @@ -34,7 +34,7 @@ setuptools.setup( 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', |
