diff options
| author | Ben Mintz <[email protected]> | 2018-06-12 00:21:25 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2018-06-21 07:44:02 -0400 |
| commit | 184c4302c7fe17a31893f0accf197c975200d233 (patch) | |
| tree | 526e76e3ab8d35df065d0f8c65fcb9d089904319 /docs/migrating.rst | |
| parent | Fix typo in Permissions.is_subset/is_superset (diff) | |
| download | discord.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 'docs/migrating.rst')
| -rw-r--r-- | docs/migrating.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/migrating.rst b/docs/migrating.rst index 6d196d87..074cc2d6 100644 --- a/docs/migrating.rst +++ b/docs/migrating.rst @@ -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, -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**. Major Model Changes |