aboutsummaryrefslogtreecommitdiff
path: root/docs/intro.rst
diff options
context:
space:
mode:
authorRapptz <[email protected]>2018-06-10 18:09:14 -0400
committerRapptz <[email protected]>2018-06-10 18:10:00 -0400
commitf25091efe1281aebe70189c61f9cac405b21a72f (patch)
treed0d13dad1a89de9f45845a36ea475098b7a0b494 /docs/intro.rst
parentAdd Message.jump_to_url (diff)
downloaddiscord.py-f25091efe1281aebe70189c61f9cac405b21a72f.tar.xz
discord.py-f25091efe1281aebe70189c61f9cac405b21a72f.zip
Drop support for Python 3.4 and make minimum version 3.5.2.
Diffstat (limited to 'docs/intro.rst')
-rw-r--r--docs/intro.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/intro.rst b/docs/intro.rst
index 6a8a4d71..29d9f58a 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -11,9 +11,9 @@ in creating applications that utilise the Discord API.
Prerequisites
---------------
-discord.py works with Python 3.4.2 or higher. Support for earlier versions of Python
-is not provided. Python 2.7 or lower is not supported. Python 3.3 is not supported
-due to one of the dependencies (``aiohttp``) not supporting Python 3.3.
+discord.py works with Python 3.5.2 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.
.. _installing: