Add Python 3.14 support#620
Draft
BioGeek wants to merge 1 commit into
Draft
Conversation
Temporarily source joblib and cloudpickle from upstream git branches until releases containing the Python 3.14 cloudpickle fix and Joblib unvendoring are available.
This was referenced Jun 8, 2026
Member
|
The primary blocker is cloudpipe/cloudpickle#585. As soon as your PR (cloudpipe/cloudpickle#594) gets merged and |
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.
Adds Python 3.14 to the supported version range and CI matrix.
This PR is intentionally in draft mode while two upstream releases are pending. The Python 3.14 blocker appears to be resolved by using Joblib from the
mainbranch where cloudpickle has been unvendored, together with the Python 3.14 fix from cloudpickle PR #594.Temporary workarounds in this branch:
uvapplies the git sourceValidation
Tested locally in a virtual environment with:
pytest:
1549 passed, 10 warnings in 123.94sI also ran the full dataset-inclusive test target:
2078 passed, 2 failed, 15 warnings, 24 rerunBoth failures were in tests/datasets/tdc.py while downloading Hugging Face dataset files, with local HTTPS/certificate/read errors such as:
Closes #496