python-kit icon indicating copy to clipboard operation
python-kit copied to clipboard

Cache give error when switching python versions

Open xuru opened this issue 9 years ago • 0 comments

Switching from python 3.5 to python 2.7 gives the following error:

ValueError: unsupported pickle protocol: 3

Best way to reproduce this is running the tests with tox:

[tox]
envlist = py27, py35

If I get some free time, I'll try and write up a pull request.

Thanks!

xuru avatar Nov 23 '16 20:11 xuru