deps: use sudachipy 0.6.11 for Python 3.14#227
Conversation
There was a problem hiding this comment.
Pull request overview
This PR aims to add Python 3.14 coverage to the project by updating the SudachiPy dependency and extending the CI test matrix. In the context of this codebase, that affects both optional tokenizer dependencies and the repository’s uv-based CI validation path.
Changes:
- Bump the optional
sudachiextra fromsudachipy~=0.6.10tosudachipy~=0.6.11. - Add Python 3.14 to the GitHub Actions CI matrix.
- Keep the rest of the dependency and test setup unchanged.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
pyproject.toml |
Updates the Sudachi optional dependency version to target Python 3.14 compatibility. |
.github/workflows/ci.yml |
Expands CI to run the existing checks and tests on Python 3.14. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ] | ||
| sudachi = [ | ||
| "sudachipy~=0.6.10", | ||
| "sudachipy~=0.6.11", |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ] | ||
| sudachi = [ | ||
| "sudachipy~=0.6.10", | ||
| "sudachipy~=0.6.11", |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 3 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
🔗 WorksApplications/sudachi.rs#307