Add Python 3.14 support, update minimum to Python 3.11#1439
Open
gpazevedo wants to merge 1 commit intoSYSTRAN:masterfrom
Open
Add Python 3.14 support, update minimum to Python 3.11#1439gpazevedo wants to merge 1 commit intoSYSTRAN:masterfrom
gpazevedo wants to merge 1 commit intoSYSTRAN:masterfrom
Conversation
- Bump python_requires from >=3.9 to >=3.11 (onnxruntime latest requires >=3.11, PyAV v17 dropped 3.9/3.10) - Update PyPI classifiers to cover 3.11–3.14 - Expand CI test matrix to Python 3.11, 3.12, 3.13, 3.14 - Bump dev tool versions: black 24, flake8 7, isort 6, pytest 8 - Update README requirement to Python 3.11 - Bump version to 1.3.0 Closes SYSTRAN#1404 Co-Authored-By: Claude Sonnet 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.
Summary
Adds Python 3.14 support. All runtime dependencies now ship 3.14 wheels:
avv17.0.0 — added 3.14, dropped 3.9/3.10ctranslate2v4.7.1 — added 3.14onnxruntimev1.24.4 — added 3.14, requires >=3.11tokenizersv0.22.2 — stable ABI, works on 3.14Changes
python_requiresfrom>=3.9to>=3.11Breaking Changes
Testing
Closes #1404