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

@ -11,7 +11,7 @@ in creating applications that utilise the Discord API.
Prerequisites
---------------
discord.py works with Python 3.5.2 or higher. Support for earlier versions of Python
discord.py works with Python 3.5.3 or higher. Support for earlier versions of Python
is not provided. Python 2.7 or lower is not supported. Python 3.4 or lower is not supported
due to one of the dependencies (``aiohttp``) not supporting Python 3.4.