-
Notifications
You must be signed in to change notification settings - Fork 79
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
move to python3 #158
Comments
The hocr-tools are working with Python 3 already. We support Python 2 and 3 together. |
Maybe some compatibility constructs can be removed from the code as soon as Python 2 is gone, but for the moment I think there is nothing to be done. @marijani101, did you notice problems with Python 3 which would require an action now? I only found that the README could be updated to mention Python 3 as well. Maybe you want to send a pull request for that? |
The Python 2 package names in the README.md should be replaced by Python 3 package names. @marijani101, can you send a pull request? |
It seems like while the setup file still advertises Python 2, 269d63a basically drops this support in the most recent time. This contradicts with the following code, as f-strings have not been available before Python 3.6: Lines 24 to 26 in 0ad95b3
|
Right, thanks for reporting this. Do you want to send a pull request which removes all old entries? All Python versions before 3.7 are unsupported. |
I just did some more tests regarding version support and stumbled upon some more stuff which probably needs some attention (and is more or less related to Python 3 support):
|
Any news on this issue? |
As Python 2 is coming to an end, wouldn't it be better to migrate to Python 3?
The text was updated successfully, but these errors were encountered: