-
Notifications
You must be signed in to change notification settings - Fork 450
Drop python 2.6 support #435
Copy link
Copy link
Closed
Description
I saw that scikit-learn has recently dropped python 2.6 support and joblib should do the same.
Several things to do (feel free to propose and amend the list):
- Remove the python 2.6 dependency in the CI matrix
- Drop the contextlib
closing()dependency (mainly used in the persistence code) - Remove the PY26 global variable
- Remove py26 pickle files in joblib/test/data
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels