diff --git a/setup.py b/setup.py index ce02410..20e0b8d 100755 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ 'pathspec<0.11;python_version >= "3.7"', 'otherstuf<=1.1.0', 'path.py>=10.5,<13', - 'pip>=1.5.4<23', + 'pip>=1.5.4,<23', 'jujubundlelib<0.6', 'virtualenv>=1.11.4,<21', 'colander<1.9', diff --git a/tests/test_build.py b/tests/test_build.py index d5350b6..481f6be 100644 --- a/tests/test_build.py +++ b/tests/test_build.py @@ -486,7 +486,7 @@ def _store_wheelhouses(args, **kwargs): '', '# --wheelhouse-overrides', 'git+https://github.com/me/qux#egg=qux', - 'setuptools_scm>=3.0<=3.4.1', + 'setuptools_scm>=3.0,<=3.4.1', '', ]) diff --git a/tests/wh-over.txt b/tests/wh-over.txt index 73f53e5..7a65377 100644 --- a/tests/wh-over.txt +++ b/tests/wh-over.txt @@ -1,2 +1,2 @@ git+https://github.com/me/qux#egg=qux -setuptools_scm>=3.0<=3.4.1 +setuptools_scm>=3.0,<=3.4.1