py2exe 0.14.0.0
This major release introduces support for Python 3.12 and 3.13, and drops support for Python 3.8, following the official Python support schedule. This release also drops support for values of bundle_files<3 for Python 3.12 and newer (see #225 for further details).
Note: the former setup.py py2exe command line interface is not yet deleted, but it is most likely not functional on 3.12+ due to the lack of distutils. I will remove it as announced in an upcoming minor release.
What's Changed
- Add support for Python 3.12
- Add support for Python 3.13
- Remove support for Python 3.8
runtime: raiseRuntimeErrorwithbundle_files<3in Python 3.12+ (see #225)- Add support for MinGW by @raedrizqie in https://github.com/py2exe/py2exe/pull/214
New Contributors
- @raedrizqie made their first contribution in https://github.com/py2exe/py2exe/pull/214
Full Changelog: https://github.com/py2exe/py2exe/compare/v0.13.0.2...v0.14.0.0