Mention Python 3.5 will no longer be supported

This commit is contained in:
Lonami Exo 2021-09-12 15:50:26 +02:00
parent e9b97b5e4a
commit f6c94f4d84

View File

@ -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
-----------------------------------------------