Skip to content

Commit 7fdf5a4

Browse files
committed
Allow hyperframe 5
(cherry picked from commit d8dd594)
1 parent 00946e2 commit 7fdf5a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
'Programming Language :: Python :: Implementation :: PyPy',
6262
],
6363
install_requires=[
64-
'hyperframe>=3.1, <5, !=4.0.0',
64+
'hyperframe>=3.1, <6, !=4.0.0',
6565
'hpack>=2.2, <3',
6666
],
6767
extras_require={

0 commit comments

Comments
 (0)