Add Python 3.13 and 3.14 support#3368
Open
dor-indivo-lmnd wants to merge 1 commit intoflyteorg:masterfrom
Open
Add Python 3.13 and 3.14 support#3368dor-indivo-lmnd wants to merge 1 commit intoflyteorg:masterfrom
dor-indivo-lmnd wants to merge 1 commit intoflyteorg:masterfrom
Conversation
- Update pyproject.toml to support Python versions up to 3.15 - Add Python 3.13 and 3.14 classifiers - Update GitHub workflows to test on Python 3.13 and 3.14 - Add default images for Python 3.13 and 3.14 - Update dev-requirements.in with TensorFlow and PyTorch support for 3.13+ - Enable extras tests (TensorFlow/PyTorch) for Python 3.13 and 3.14 - Add plugin exclusions for libraries not yet supporting 3.13/3.14 Python 3.13 (released Oct 2024) and Python 3.14 (released Oct 2025) are now fully supported with TensorFlow and PyTorch working on both versions. Only Python 3.12 still has TensorFlow/PyTorch limitations. Signed-off-by: Dor Indivo <dor.indivo@lemonade.com>
ebbe7fe to
263b137
Compare
Author
|
Hi @kumare3, we would like to support python3.13/14 |
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.
Python 3.13 (released Oct 2024) and Python 3.14 (released Oct 2025) are now fully supported with TensorFlow and PyTorch working on both versions. Only Python 3.12 still has TensorFlow/PyTorch limitations.
Tracking issue
Why are the changes needed?
What changes were proposed in this pull request?
How was this patch tested?
Setup process
Screenshots
Check all the applicable boxes
Related PRs
Docs link