-
Notifications
You must be signed in to change notification settings - Fork 96
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 python3 #186
Switch to python3 #186
Conversation
Woah, big PR :) It actually looks alright. I'm surprised all tests pass, but wouldn't be surprised if it'd still break things silently given not everything is covered in these tests. Have you looked at the travis output? It fails on python nightly - might be because of something else, but worth a glance. |
I don't even know what black is. For editor, I only use vim, so.. :) |
@fiorix behind the idea of using it is to clean / homogenize the code base PS : it's the smallest I've found (used massively by mozilla) |
@fiorix the last is about keeping code base uniform along |
ah, black is like gofmt for go, cool; I'm ok with using it and avoiding people debating style / pepX :) |
I guess it doesn't have to be in the same PR. This one is long enough already. |
of course, I think about listing stuff in origin issue instead of here |
glad to see "all checks have passed" |
Hey could you please squash this in 1 commit before I merge it? |
Sure, I'll learn how to do it 😄 on monday |
BREAKING CHANGE: Drop python2 support before its EOL @see https://pythonclock.org/
I have squashed commits |
@fiorix do you have any thoughts about merging/releasing this? A number of us are excited for the possibility of this being Py3 compatible :) |
Hey all, this is fantastic work! Thank you so much. |
Made it release v1.3, and it should be pushed to pypi. |
Hi,
This
PR
breakpython2
compatibilityThanks for @ygl-rg for his work 🎉
Checklist :
python3
support dropping)@fiorix To keep this
PR
as minimalistic as I can, I think this is it (I'll add other feature later and / or maybe drop python3.5 support)/cc @dpnova @posita
Regards,