-
Notifications
You must be signed in to change notification settings - Fork 2
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.13 update. #70
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Looks good.
I think that we should release Python with 3.13
It will take some time for compat to be fixed with 3.13, as compat depends a lot on crypt and spwd ... and maybe other modules that were removed in 3.13
If there are any issued found while working on chevah-compat, we can create a new PR for pythia
Thannks again!
Thanks! There's an upcoming OpenSSL security-fix release tomorrow, I'll delay this a bit to get that included. |
Scope
Python 3.13 update.
Changes
Build Python 3.13.2.
Python 3.13 no longer bundles
spwd
andcrypt
.compat
tests are again disabled: #72.Updated libs:
SQLite to 3.49.0Updated Python modules:
pip
to 25.0setuptools
to 75.8.0pywin32
to 308psutil
to 6.1.1.Drive-by changes:
Testing
Automated.