Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Sviatoslav Sydorenko <[email protected]>
  • Loading branch information
asvetlov and webknjaz authored Sep 10, 2019
1 parent 74ae34e commit 1fd0ea0
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 @@ -11,7 +11,7 @@


if sys.version_info < (3, 6):
raise RuntimeError("aiohttp 3.x requires Python 3.6+")
raise RuntimeError("aiohttp 4.x requires Python 3.6+")


NO_EXTENSIONS = bool(os.environ.get('AIOHTTP_NO_EXTENSIONS')) # type: bool
Expand Down

0 comments on commit 1fd0ea0

Please sign in to comment.