Skip to content

Commit 5605038

Browse files
committed
Attempt to fix test failures on master branch
1 parent 6a44970 commit 5605038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/ext_test/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
package_data=PACKAGE_DATA,
3535
packages=['cmd2_ext_test'],
3636
python_requires='>=3.6',
37-
install_requires=['cmd2 >= 0.9.4, <=2'],
37+
install_requires=['cmd2 >= 0.9.4, <3'],
3838
setup_requires=['setuptools >= 42', 'setuptools_scm >= 3.4'],
3939
classifiers=[
4040
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)