-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python2 to python3 #508
Comments
Once this PR is merged and everyone is confident that we deploy consistently on Python 3, we should consider making our final release supporting legacy Python. The release after that could be Python3-only and could add support for asyncio which should greatly enhance the server’s ability to support numerous simultaneous queries. The latter was the point of #391 |
Can I work on this issue |
My guess would be that if no one has done anything on it in the past two years then this issue is open to be worked on by any interested contributor. |
Thanks |
It would be good if our automated testing was back in a green state... #573 |
I do not have commit rights to this repo so I can not merge a PR. Unfortunately those who do have commit rights and not very committed to the modernization of this project. |
I'm submitting a ...
Current behavior:
Currently the project is based on python2.7, but with python2.7's EOL near, the project should be converted to python3
Expected behavior:
Update dependencies to python3
Working on it
The text was updated successfully, but these errors were encountered: