-
Notifications
You must be signed in to change notification settings - Fork 126
Add support for Python free-threaded build #3536
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
base: master
Are you sure you want to change the base?
Conversation
Allows us to build with free-threaded Python
Jupyter et al. depend on argon2-cffi, which does not support free-threaded builds yet: hynek/argon2-cffi#187
Also update Cython so it supports the free-threaded build
What's the plan for all the |
|
✔️ 75dcd13 -> artifacts URL |
✔️ e3c9cc2 -> artifacts URL |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3536 +/- ##
==========================================
- Coverage 68.45% 68.45% -0.01%
==========================================
Files 683 683
Lines 116617 116611 -6
==========================================
- Hits 79835 79823 -12
- Misses 36782 36788 +6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Currently it just builds, there are a lot of test failures. The docs also do not build because jupyter and ipython depend on argon2-cffi, which does not support the free-threaded build yet.
Changes:
References: