Drop support for Python 3.4 and make minimum version 3.5.2.

This commit is contained in:
Rapptz
2018-06-10 18:09:14 -04:00
parent 7eb918b19e
commit f25091efe1
35 changed files with 626 additions and 1069 deletions

View File

@ -1,2 +1,2 @@
aiohttp>=2.0.0,<2.3.0
websockets>=3.0,<4.0
aiohttp>=3.3.0,<3.4.0
websockets>=5.0,<6.0