-
Notifications
You must be signed in to change notification settings - Fork 94
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
Support for Python 3.5 #55
Comments
Python 3.5 was 'just' released six months ago, so I'll push the milestone for it. No need to rush. |
I recently upgraded my computer to Ubuntu 16.04 LTS, which comes with Python 3.5.2 by default. All tests seem to run well locally, so I'll adjust the Travis testing configuration to include Python 3.5 as well. |
Confirmed, Travis seems to handle the tests in Python 3.5 well now: https://travis-ci.org/dennissiemensma/dsmr-reader/builds/173997419 For some reason Travis crashed in February earlier this year. It might also be cause by some bugfixes in either Travis or Python 3.5. Anyway it's good news to see that this project can be run on Python 3.5 as well. And since I did no changes to make this happen, there is a chance that earlier |
Merged into |
Travis builds for Python 3.5 showed in #38 that it crashes. At the moment that's okay as Python 3.4 is the default for Raspbian. However, it should be supported in the (not so far) future.
The text was updated successfully, but these errors were encountered: