Skip to content

Commit 50790af

Browse files
authored
Update HTTP/2 support in extras_require (#1799)
* Update extras_require * Update setup.py
1 parent 541a0af commit 50790af

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
@@ -63,7 +63,7 @@ def get_packages(package):
6363
"async_generator; python_version < '3.7'"
6464
],
6565
extras_require={
66-
"http2": "h2==3.*",
66+
"http2": "h2>=3,<5",
6767
"brotli": "brotlicffi==1.*",
6868
},
6969
classifiers=[

0 commit comments

Comments
 (0)