ci: Drop support of Python 3.10 in favor of Python 3.14#2116
Draft
thomass-dev wants to merge 1 commit intomainfrom
Draft
ci: Drop support of Python 3.10 in favor of Python 3.14#2116thomass-dev wants to merge 1 commit intomainfrom
3.10 in favor of Python 3.14#2116thomass-dev wants to merge 1 commit intomainfrom
Conversation
44a83db to
3eb0372
Compare
Member
|
I can reproduce the pickling error when we run reports that fail. I'll check what is the reason. Potentially, it is a feature that is not really important at this stage and if we need an horrible workaround to make it work, I would prefer to remove it instead. Let me investigate. |
9cf3234 to
760b5c6
Compare
Merged
python 3.14python 3.14
python 3.14
Member
|
So the failure is not related to stopping the training process but to call the |
github-merge-queue bot
pushed a commit
that referenced
this pull request
Oct 31, 2025
Related to #2116.
7cfeefe to
5c37088
Compare
Collaborator
Author
Waiting for the release of the fix in cloudpickle and in joblib 👏🏼 . |
Collaborator
Author
|
Still waiting for the release of joblib integrating the cloudpickle fixes. |
Collaborator
Author
|
Blocked by cloudpipe/cloudpickle#585. |
634729e to
5c37088
Compare
3.10 in favor of Python 3.14
3.10 in favor of Python 3.143.10 in favor of Python 3.14
5c37088 to
f42ab4d
Compare
Contributor
glemaitre
pushed a commit
to auguste-probabl/skore
that referenced
this pull request
Jan 16, 2026
…f `joblib` (probabl-ai#2117) Prerequisite for probabl-ai#2116.
glemaitre
pushed a commit
to auguste-probabl/skore
that referenced
this pull request
Jan 16, 2026
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.
Coming from #2115.