Support Python 3.14 and release 0.2.8 - #9
Merged
Merged
Conversation
- Build cp314 wheels (bump cibuildwheel to v3.4.1, which ships CPython 3.14 as a stable default target; v2.21.3 cannot build cp314) - Bump version 0.2.7 -> 0.2.8 for the next release - Add a maintainers field (Gaurav Harsha); Iskakov stays as author Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
egull
approved these changes
Jul 7, 2026
egull
left a comment
Contributor
There was a problem hiding this comment.
Thanks for testing 3.14. I am ok with merging once the CI passes.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #9 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 4 4
Lines 222 222
=========================================
Hits 222 222 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
cp314-*toCIBW_BUILDand bumppypa/cibuildwheeltov3.4.1(first line shipping CPython 3.14 as a stable default target; v2.21.3 cannot build cp314).0.2.7→0.2.8for the next release.maintainersfield (Gaurav Harsha) alongside the existingauthors(Sergei Iskakov), reflecting current maintainership.Motivation
Part of extending the Green ecosystem to Python 3.14. green-mbtools is adding 3.14 support and depends (transitively) on green-ac, so green-ac needs cp314 wheels on PyPI for the 3.14 stack to install.
🤖 Generated with Claude Code