-
Notifications
You must be signed in to change notification settings - Fork 679
COMPAT: Repair PY2 issues #664
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
Conversation
Remvoe dep on pandas.compat for 0.7.2 release
Restore Python 2.7 for 0.7 branch
The important question is whether pdr should be Python 3 only for 0.8 on, in which case all of the PY2/3 compat code can be removed |
Either 0.8 is the last PY2 compat release of 0.7 is the last PY2 release. If it is the latter, then we can remove all PY2/3 code now. |
Maybe keep for 0.8, end in 0.9...thinking it could be a little quick to cut it out (without prior notification) if 0.8 is released soon. We already have the code here, so not much work to keep it around. |
Looks like one |
Need to add 3.7 for testing and get tests/xfail before release. |
With build green, could 0.8.0pre be tagged? |
I think docs need to be updated before the tag, but close. |
FWIW current master is now correctly tagged 0.8.0dev0 |
Merging 0.7.4 py2 compat changes into master in prep for 0.8.0
git diff upstream/master -u -- "*.py" | flake8 --diff