-
-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3.12 support #2153
Comments
@marcelotduarte This was working fine until last weekend, since then I cannot freeze anymore the same codebase (the
This is on Windows 11 with all the available updates applied. Not sure what changed, neither the code I'm trying to freeze nor cx_Freeze, which has not changed since the last successful frozen code I got. |
@jmarcet Please open a new issue. This error is related to the version used, it has nothing to do with Python 3.12. |
Support Ubuntu Linux 24.04 (Noble Nimbat) PR #2303 |
After cx_Logging and Lief has python 3.12 packages on pypi, is there anything needed to a new release with 3.12 support? |
Release 7.0.0 is out! |
Thx a lot! |
cx_Freeze 6.15.x supports Python 3.7 to 3.11 in all OSes.
cx_Freeze development version supports Python 3.12, but its dependencies for Windows (cx_Logging, Lief) are not yet compatible with Python 3.12 and do not provide wheels.
So, you can test the latest development build (we provide all necessary wheels):
pip install --force --no-cache --pre --extra-index-url https://marcelotduarte.github.io/packages/ cx_Freeze
For conda-forge the command is:
conda install -y --no-channel-priority -S -c https://marcelotduarte.github.io/packages/conda cx_Freeze
The text was updated successfully, but these errors were encountered: