Add Python 3 support
mcbridem opened this issue · 3 comments
mcbridem commented
Smoketest should run using Python 3. We currently specify that Python 2.7 is required.
bpeebles commented
Is the intention to become Python 3.x only or to support both 2.7 and 3.x using something like https://pypi.python.org/pypi/six or https://pypi.python.org/pypi/nine as required? If so, getting https://pypi.python.org/pypi/tox set up as part of this ticket or another related one maybe very helpful.
mcbridem commented
If we can support both Python 2 and Python 3, I think that would be great.
mcbridem commented
Neat! Thanks for all the work on this.