Bump Python version in Quickstart documentation

This commit is contained in:
Arnav Jindal
2021-04-20 07:56:56 +05:30
committed by GitHub
parent 18bf3d3a7d
commit 2e6c28bd60
3 changed files with 4 additions and 5 deletions

View File

@ -13,9 +13,8 @@ in creating applications that utilise the Discord API.
Prerequisites
---------------
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 (:doc:`aiohttp <aio:index>`) not supporting Python 3.4.
discord.py works with Python 3.8 or higher. Support for earlier versions of Python
is not provided. Python 2.7 or lower is not supported. Python 3.7 or lower is not supported.
.. _installing: