Open
Conversation
Remove 3.9 from supported versions (fails on `int | List[int]` syntax). Pin pandas<3.0.0 to fix sanitiser test failures on 3.11+. Remove 3.9 from CI matrix; add 3.10 and 3.14 to nox test matrix. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
rapidfuzz 3.10.1 fails to build on python 3.14. Pinning >=3.14.0 ensures pre-built wheels are available. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
pydantic-core 2.23.4 uses PyO3 0.22.2 which only supports up to python 3.13. Pydantic 2.12+ ships with a compatible pydantic-core. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
numpy 2.0.2 fails to compile on python 3.14. Add a conditional dependency so 3.14 gets numpy>=2.3.0 (which has pre-built wheels) while 3.10-3.13 continue using numpy 2.0.x. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
numpy 2.0.2 fails to compile from source on python 3.13 macOS. Add numpy>=2.1.0 constraint for python>=3.13 so the resolver picks a version with pre-built wheels for all CI platforms. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 🚀 New features to boost your workflow:
|
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.
Uh oh!
There was an error while loading. Please reload this page.