Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit c45ff79

Browse files
committed
Merge pull request #243 from agandhi4/development
pants/pex cannot handle compatible release versioning; rewrite hyperf…
2 parents c8624ef + 3596a52 commit c45ff79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def run_tests(self):
5353

5454

5555
def resolve_install_requires():
56-
basic_dependencies = ['h2>=2.3,<3.0', 'hyperframe~=3.2']
56+
basic_dependencies = ['h2>=2.3,<3.0', 'hyperframe>=3.2,<4.0']
5757

5858
if py_version == (3, 3):
5959
basic_dependencies.extend(

0 commit comments

Comments
 (0)