From f6c94f4d84aed53252504318c470e0725dc058d6 Mon Sep 17 00:00:00 2001 From: Lonami Exo Date: Sun, 12 Sep 2021 15:50:26 +0200 Subject: [PATCH] Mention Python 3.5 will no longer be supported --- readthedocs/misc/v2-migration-guide.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readthedocs/misc/v2-migration-guide.rst b/readthedocs/misc/v2-migration-guide.rst index 8f9bab4d..ccf53027 100644 --- a/readthedocs/misc/v2-migration-guide.rst +++ b/readthedocs/misc/v2-migration-guide.rst @@ -12,6 +12,12 @@ from Telethon version 1.x to 2.0 onwards. **Please read this document in full before upgrading your code to Telethon 2.0.** +Pyhton 3.5 is no longer supported +--------------------------------- + +The library will no longer attempt to support Python 3.5. The minimum version is now Python 3.6. + + User, chat and channel identifiers are now 64-bit numbers --------------------------------------------------------- @@ -96,6 +102,7 @@ This serves multiple goals: // TODO this definitely generated files mapping from the original name to this new one... + Synchronous compatibility mode has been removed -----------------------------------------------