use python v3.5.2

This commit is contained in:
Alan Hamlett 2016-10-15 16:16:39 +02:00
parent 7755971d11
commit eaa3bb5180
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
""" ==========================================================
File: WakaTime.py
fFile: WakaTime.py
Description: Automatic time tracking for Sublime Text 2 and 3.
Maintainer: WakaTime <support@wakatime.com>
License: BSD, see LICENSE for more details.
@ -575,7 +575,7 @@ class DownloadPython(threading.Thread):
def run(self):
log(INFO, 'Downloading embeddable Python...')
ver = '3.5.0'
ver = '3.5.2'
arch = 'amd64' if platform.architecture()[0] == '64bit' else 'win32'
url = 'https://www.python.org/ftp/python/{ver}/python-{ver}-embed-{arch}.zip'.format(
ver=ver,