mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-25 19:03:46 +03:00
Mention Python 3.5 will no longer be supported
This commit is contained in:
parent
e9b97b5e4a
commit
f6c94f4d84
|
@ -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
|
||||
-----------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user