You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, yes, I was planning to do that after I wrap up some parallelization fixes. Although I'm not sure what is the most elegant way to do it, since I want both pyhon2 and python3 to be supported.
Unless there are some Python2-only dependencies, switching to Py3 might be a reasonable way forward (starting with e.g. automatic https://docs.python.org/3/library/2to3.html). If that is not possible, then a library like http://pythonhosted.org/six/ is often used to make code run under both Py2 and Py3.
Hello alnf. I was just wondering if you have any plan to move the package to python3 in near future?
The text was updated successfully, but these errors were encountered: