-
Notifications
You must be signed in to change notification settings - Fork 19
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
Remove Python 2 support #68
Conversation
@wjwwood Friendly ping here for review. |
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 with green CI
This is on me, because I need to do a final release with python support and then do a release that is python3 only without breaking older platforms and the pip install for python2. I messed this up for catkin tools and I just need to sit for a day or so and do it properly with test releases and stuff. |
Signed-off-by: Chris Lalancette <[email protected]>
Signed-off-by: Chris Lalancette <[email protected]>
Signed-off-by: Chris Lalancette <[email protected]>
CI looks good (Windows warning is not related, it's in |
Signed-off-by: William Woodall <[email protected]>
Signed-off-by: William Woodall <[email protected]>
Signed-off-by: William Woodall <[email protected]>
🎉 |
As discussed over in #66 (comment) , we should remove support for Python 2 from this package. This PR does this by doing 3 different things:
There is more work that can be done here; the indirection that was in place to support both Python 2 and Python 3 is probably no longer required. But I think this is a good first step, and we can always clean some of that stuff up later.