docs/mimgrating.rst: CPython 3.5.2 is not supported!

The minimum version supported by aiohttp is CPython 3.5.3, not 3.5.2.
Fixes #1344.
This commit is contained in:
Ben Mintz
2018-06-12 00:21:25 -05:00
committed by Rapptz
parent 96baabcaa2
commit 184c4302c7
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ Python Version Change
-----------------------
In order to make development easier and also to allow for our dependencies to upgrade to allow usage of 3.7 or higher,
the library had to remove support for Python versions lower than 3.5.2, which essentially means that **support for Python 3.4
the library had to remove support for Python versions lower than 3.5.3, which essentially means that **support for Python 3.4
is dropped**.
Major Model Changes