-
Notifications
You must be signed in to change notification settings - Fork 8
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
Migrate to python 3 #340
Comments
@leophys I think the very blocking issue is dependencies. Making code py3-compatible is never impossible, but someone (ie: you) should check if all libreant dependencies are py3 compatible. I don't think there is any serious benefit, apart of course staying compatible with what everyone will be developing/installing in 3 years from now. |
According to caniusepython3, Here is the complete check result |
@boyska, I am slowly migrating libreant python2 to python3 code, and I forked opensearch and will see if it is feasible for me to migrate it to python3. |
Blallo:
@boyska, I am slowly migrating libreant python2 to python3 code, and I
forked [opensearch](https://github.com/edsu/opensearch) and will see if
it is feasible for me to migrate it to python3.
ok, I did some small try too, just running 2to3 and small fixes. let me
publish the few things I did in a branch `py3`
|
I went through the (not so useful) process of migrating opensearch to get python3 compatibility. You can find my progresses in
|
Do you consider it a thing? I'd suggest to start this discussion, weighing the following metrics:
Meanwhile, I will start a tentative migration. But I cannot guarantee success.
The text was updated successfully, but these errors were encountered: