From 184c4302c7fe17a31893f0accf197c975200d233 Mon Sep 17 00:00:00 2001 From: Ben Mintz Date: Tue, 12 Jun 2018 00:21:25 -0500 Subject: 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. --- docs/intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/intro.rst') diff --git a/docs/intro.rst b/docs/intro.rst index 29d9f58a..1e163c8a 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -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. -- cgit v1.2.3