mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 20:28:38 +00:00
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:
parent
96baabcaa2
commit
184c4302c7
@ -92,7 +92,7 @@ You can find examples in the examples directory.
|
|||||||
Requirements
|
Requirements
|
||||||
------------
|
------------
|
||||||
|
|
||||||
* Python 3.5.2+
|
* Python 3.5.3+
|
||||||
* ``aiohttp`` library
|
* ``aiohttp`` library
|
||||||
* ``websockets`` library
|
* ``websockets`` library
|
||||||
* ``PyNaCl`` library (optional, for voice only)
|
* ``PyNaCl`` library (optional, for voice only)
|
||||||
|
@ -11,7 +11,7 @@ in creating applications that utilise the Discord API.
|
|||||||
Prerequisites
|
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
|
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.
|
due to one of the dependencies (``aiohttp``) not supporting Python 3.4.
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ Python Version Change
|
|||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
In order to make development easier and also to allow for our dependencies to upgrade to allow usage of 3.7 or higher,
|
In order to make development easier and also to allow for our dependencies to upgrade to allow usage of 3.7 or higher,
|
||||||
the library had to remove support for Python versions lower than 3.5.2, which essentially means that **support for Python 3.4
|
the library had to remove support for Python versions lower than 3.5.3, which essentially means that **support for Python 3.4
|
||||||
is dropped**.
|
is dropped**.
|
||||||
|
|
||||||
Major Model Changes
|
Major Model Changes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user