Current code is only python2 compatible.
Possibility:
- Change code to python3 and only use python3
- Change code to be python2.7 and python3.3 compatible
- PyPy ??? (https://pypy.org/) (this could be hard)
Tools/Docs:
http://python-future.org/
Testing different possibility with tox:
https://tox.readthedocs.io/en/latest/
Current code is only python2 compatible.
Possibility:
Tools/Docs:
http://python-future.org/
Testing different possibility with tox:
https://tox.readthedocs.io/en/latest/