Copy link
Copy Markdown
Member
Closes #3732
I don't think anything in tests need to change?
Closed
Copy link
Copy Markdown
Member
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess the tests don't have explicit cases for py 3.7, right. Howover, I am wondering if it is possible to pickle data in 3.7 and unpickle it in 3.8 ๐ค Could you check?
Copy link
Copy Markdown
Member
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes LGTM ๐ Did you have any chance to test if py37-pickled files can be loaded in py38?