Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change pickle calls to use protocol supporting lowest Python version #182

Closed
davidmezzetti opened this issue Dec 21, 2021 · 0 comments
Closed
Assignees
Milestone

Comments

@davidmezzetti
Copy link
Member

Currently, calls to pickle.dump() are using the highest protocol available, which changed in Python 3.8. txtai now requires Python 3.7+ (#175) therefore calls to pickle.dump() should specify protocol v4 which is the highest version supported by Python 3.7.

@davidmezzetti davidmezzetti added this to the v4.0.0 milestone Dec 21, 2021
@davidmezzetti davidmezzetti self-assigned this Dec 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant