Skip to content

CI: Upgrade to ubuntu-24.04, install Python free threading from conda-forge #61410

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

Merged
merged 9 commits into from
May 15, 2025

Conversation

mroeschke
Copy link
Member

No description provided.

@mroeschke mroeschke added the CI Continuous Integration label May 8, 2025
@datapythonista
Copy link
Member

Seems like that the python-freethreading from conda-forge is not recognized as a valid Python, no idea why. But other than that this looks great, much cleaner.

@lithomas1
Copy link
Member

Probably needs a bump of meson/meson-python.

Copy link
Member

@lithomas1 lithomas1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like that did it.
Thanks for the PR!

(last failure looks like a compiler warning)

@lithomas1 lithomas1 added this to the 2.3 milestone May 14, 2025
@lithomas1
Copy link
Member

submitted cython/cython#6870 for the warning.

@lithomas1 lithomas1 merged commit b2b2d04 into pandas-dev:main May 15, 2025
43 of 44 checks passed
@lithomas1
Copy link
Member

thanks @mroeschke

Copy link

lumberbot-app bot commented May 15, 2025

Owee, I'm MrMeeseeks, Look at me.

There seem to be a conflict, please backport manually. Here are approximate instructions:

  1. Checkout backport branch and update it.
git checkout 2.3.x
git pull
  1. Cherry pick the first parent branch of the this PR on top of the older branch:
git cherry-pick -x -m1 b2b2d04e419e44932d51017ececb5c3a86b15925
  1. You will likely have some merge/cherry-pick conflict here, fix them and commit:
git commit -am 'Backport PR #61410: CI: Upgrade to ubuntu-24.04, install Python free threading from conda-forge'
  1. Push to a named branch:
git push YOURFORK 2.3.x:auto-backport-of-pr-61410-on-2.3.x
  1. Create a PR against branch 2.3.x, I would have named this PR:

"Backport PR #61410 on branch 2.3.x (CI: Upgrade to ubuntu-24.04, install Python free threading from conda-forge)"

And apply the correct labels and milestones.

Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon!

Remember to remove the Still Needs Manual Backport label once the PR gets merged.

If these instructions are inaccurate, feel free to suggest an improvement.

@mroeschke
Copy link
Member Author

The free threading stuff isn't on 2.3 so no need for backport

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants