Skip to content

Commit

Permalink
Upgrade maximum h11 dependency version to 0.10 (#772)
Browse files Browse the repository at this point in the history
The h11 Changelog for 0.10 only include those items:
 - Drop support for Python 3.4.
 - Support Python 3.8.
 - Make error messages returned by match failures less ambiguous (#98).
  • Loading branch information
Kevin Michel committed Aug 28, 2020
1 parent ff4af12 commit 54d729c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def get_packages(package):

minimal_requirements = [
"click==7.*",
"h11>=0.8,<0.10",
"h11>=0.8,<0.11",
"typing-extensions;" + env_marker_below_38,
]

Expand Down

0 comments on commit 54d729c

Please sign in to comment.