Add support for Python 3.13 and 3.14#8
Open
antoniobg wants to merge 5 commits into
Open
Conversation
Use PyO3's abi3-py311 feature to produce a single wheel per platform that works on Python 3.11, 3.12, 3.13, and future versions. Also updates the deprecated macos-12 CI runner to macos-13. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
abi3 requires bumping minimum to 3.11 (PyBuffer not in stable ABI before that) and conflicts with PyPy in manylinux containers. Revert to per-version wheel builds with --find-interpreter, which already picks up all available CPython versions including 3.13. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Adds support for Python 3.14 and includes all improvements and bug fixes from the 0.24-0.28 release series. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
macos-13 runner is no longer available on GitHub Actions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Motivation
The library was not compatible with Python >3.12 due to an outdated PyO3 version. This PR updates the build tooling to support newer Python versions.
Summary
macos-12tomacos-14.claude/settings.local.jsonto.gitignoreTest plan
🤖 Generated with Claude Code