MartinSahlen/cloud-functions-python

Update pyinstaller to get python 3.6 support

MartinSahlen opened this issue · 3 comments

it seems that now pyinstaller supports 3.6!

http://www.pyinstaller.org/:
PyInstaller is a program that freezes (packages) Python programs into stand-alone executables, under Windows, Linux, Mac OS X, FreeBSD, Solaris and AIX. Its main advantages over similar tools are that PyInstaller works with Python 2.7 and 3.3—3.6, it builds smaller executables thanks to transparent compression, it is fully multi-platform, and use the OS support to load the dynamic libraries, thus ensuring full compatibility.

This might also fix #28

This might be working now.

@MartinSahlen You mean now cloud-function-python can also be built using python 3.6?