CartoDB / crankshaft

CARTO Spatial Analysis extension for PostgreSQL
BSD 3-Clause "New" or "Revised" License
54 stars 20 forks source link

Python 3 compatibility #214

Closed Algunenano closed 4 years ago

Algunenano commented 4 years ago

This PR introduces python 3 compatibility to crankshaft. Some notes:

I'm including both @andy-esch and @rafatower in the PR because you are the engineers with most contributions to the repo that are still working at CARTO. Feel free to ignore it if you are busy.

andy-esch commented 4 years ago

Hey @Algunenano, I took a look through and looks ok to me. Thanks for tackling this!

rafatower commented 4 years ago

Post merge silly review: I went through the changes and they look good to me. I largely ignored release /0.9.0/ files (either that or die). By looking at the code, cannot tell whether it's actually compatible with python2 & python3, but very glad travis checks that for us. Great job, thanks! :+1: