google/sprockets

Support python3

Closed this issue · 1 comments

Currently, python3 does not work because the generated *_pb2 were made with protobuf 2.6. Update to use protobuf >= 3.0.0, which actually supports py2 and py3.

It's done, right?