-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
Switch to Python 3 #70
Conversation
Apparently there is something broken in using memcached after this, but I failed to find the culprit. |
just tried create a docker instance with python3, but I saw that debian stretch is still using python3.5 |
Switching the base image is an option as well. Still the test failure on Python 3 which happens here is weird. |
switching to ubuntu 18.04 (beta build) and python 3.6 lead me to only 1 error in the test suite:
the only differences to your changes are:
but there are some issues inside weblate with python which I will post as issues in weblate itself |
I get the following error in the admin panel after switching to python 3.6
|
File format errors are safe to ignore, it's just to indicate that some feature is not available. |
Fixes #68 Signed-off-by: Michal Čihař <michal@cihar.com>
Fixes #68
Signed-off-by: Michal Čihař michal@cihar.com