aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorBen Mintz <[email protected]>2018-06-12 00:21:25 -0500
committerRapptz <[email protected]>2018-06-21 07:44:02 -0400
commit184c4302c7fe17a31893f0accf197c975200d233 (patch)
tree526e76e3ab8d35df065d0f8c65fcb9d089904319 /README.rst
parentFix typo in Permissions.is_subset/is_superset (diff)
downloaddiscord.py-184c4302c7fe17a31893f0accf197c975200d233.tar.xz
discord.py-184c4302c7fe17a31893f0accf197c975200d233.zip
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.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 5ed738c8..aefd5165 100644
--- a/README.rst
+++ b/README.rst
@@ -92,7 +92,7 @@ You can find examples in the examples directory.
Requirements
------------
-* Python 3.5.2+
+* Python 3.5.3+
* ``aiohttp`` library
* ``websockets`` library
* ``PyNaCl`` library (optional, for voice only)