Skip to content

Python 3

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/py3k into master

Add Python 3 support using the past package, and its 2to3-based futurize script: https://pypi.org/project/past/

The Travis failure for Python 3 is due to a bug already present with Python 2, and is solved by #280

Merge request reports