py2exe 0.9.3.0
albertosottile
released this
26 Mar 12:35
·
310 commits
to master
since this release
This is the first release of this project. Though it was tested both via synthetic routines and with real-world Python software, please keep in mind that it might still be affected by some bugs. Issue reports and PRs are always welcome.
Changelog (relative to the latest official release of py2exe):
- support for Python 3.5-3.6-3.7 on win32 and win_amd64
- provide precompiled wheels for all the supported platforms
- automatic building and testing of wheels via AppVeyor
- fix a bug experienced when embedding
six.moves.urllib
- introduce an
add_datafile
method in runtime for hooks - new hook for
certifi
Known issues:
- Implicit namespace packages (PEP 420) are still not supported.