mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-22 09:26:37 +03:00
parent
8aa15174ab
commit
0814a20ec4
|
@ -23,7 +23,7 @@ def _find_ssl_lib():
|
||||||
# https://www.shh.sh/2020/01/04/python-abort-trap-6.html
|
# https://www.shh.sh/2020/01/04/python-abort-trap-6.html
|
||||||
if sys.platform == 'darwin':
|
if sys.platform == 'darwin':
|
||||||
release, _version_info, _machine = platform.mac_ver()
|
release, _version_info, _machine = platform.mac_ver()
|
||||||
major = release.split('.', maxsplit=1)[0]
|
ten, major, *minor = release.split('.')
|
||||||
# macOS 10.14 "mojave" is the last known major release
|
# macOS 10.14 "mojave" is the last known major release
|
||||||
# to support unversioned libssl.dylib. Anything above
|
# to support unversioned libssl.dylib. Anything above
|
||||||
# needs specific versions
|
# needs specific versions
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# Versions should comply with PEP440.
|
# Versions should comply with PEP440.
|
||||||
# This line is parsed in setup.py:
|
# This line is parsed in setup.py:
|
||||||
__version__ = '1.11.1'
|
__version__ = '1.11.2'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user