There is record in setup.cfg telling that future wheel is universal but actually it is not because there are different packages installed for Python2 and Python3, for example builtins. And if one makes a wheel with Python3 it cannot be used with Python2 because of missing modules, manifestation of issue is similar to #398.
There is record in
setup.cfgtelling thatfuturewheel is universal but actually it is not because there are different packages installed for Python2 and Python3, for examplebuiltins. And if one makes a wheel with Python3 it cannot be used with Python2 because of missing modules, manifestation of issue is similar to #398.