-
-
Notifications
You must be signed in to change notification settings - Fork 355
Add CI coverage for free-threaded Python 3.14 #2125
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
Conversation
add free-threaded builds to github actions CI matrix
|
The 3.12 linux failure looks like an unrelated flaky test to me. |
It is unrelated. I just have not had time to go deal with the flaky test yet. |
cjames23
left a comment
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.
Overall looks good to me. Thanks for contributing this!
|
@cjames23 anything else needed before hitting the merge button? IMO it'd be nice to have this in for new PRs in case there happen to be any free-threaded specific regressions. |
* add free-threaded builds to github actions CI matrix * fix test_default_as_json * find FT build in prefered versoin * sysconf * freethreaded * use +t in one more test * fix one more test * fix padding --------- Co-authored-by: M Bussonnier <bussonniermatthias@gmail.com> Co-authored-by: Cary Hawkins <hawkinscary23@gmail.com> 00c55f0
|
Thanks ! |
Fixes #2082. Also fixes some issues with specifying a
314tenvironment.Thanks to @Carreau for help on getting this ready.