🐍 Start building CPython 3.15 wheels - #2011
Conversation
|
@coderabbitai full review |
✅ Action performedFull review finished. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (5)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThis pull request updates reusable GitHub Actions workflow pins from v2.2.1 to v2.2.2. It adds Python 3.15 metadata, skips unavailable cp315 builds, and updates changelog entries. ChangesWorkflow and packaging updates
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested labels: Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches✨ Simplify code
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Description
This PR enables support for building CPython 3.15 wheels by updating munich-quantum-toolkit/workflows. We cannot start testing on Python 3.15 just yet because several dependencies (including
numpyandscipy) do not yet provide CPython 3.15 wheels.Checklist
I have added appropriate tests that cover the new/changed functionality.I have updated the documentation to reflect these changes.I have added migration instructions to the upgrade guide (if needed).