-
Notifications
You must be signed in to change notification settings - Fork 598
Upgrade to Python3 for the whole repo #3431
Conversation
This is a follow-up PR for #3412 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I remember @kramasamy and @skanjila worked on python 3 before.
I noticed travis only has the python package 2.7 listed. Will this be a problem? Line 22 in ab9c205
|
@joshfischer1108 Yeah, ideally we also need to update the travis config file. I will add a new commit and see how things work. |
@joshfischer1108 With the Travis change, the ci job still passes |
@nlu90 That's fantastic. Nice work. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Should the |
This reverts commit 257b1a4. Conflicts: README.md
* migrate to python3 * update README * update travis
This reverts commit 257b1a4
* migrate to python3 * update README * update travis
Python2 has been sunsetting: https://pythonclock.org/
We also need to upgrade from python2 to python3.