Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork938
Update versions#706
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Update versions#706
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecov-io commentedDec 5, 2017
Codecov Report
@@ Coverage Diff @@## master #706 +/- ##========================================+ Coverage 92.83% 93.84% +1%======================================== Files 61 60 -1 Lines 10152 9339 -813 ========================================- Hits 9425 8764 -661+ Misses 727 575 -152
Continue to review full report at Codecov.
|
* github.com:gitpython-developers/GitPython: Remove redundant Python 2.4 code Specify Python 3.6 support Fix flake8
Thanks a lot for your contribution! I am closing this PR as I found it easiest to just cherry-pick the non-conflicting commits. The flake-8 fixes were merged in earlier. |
Uh oh!
There was an error while loading.Please reload this page.
Includes#705 so Travis CI can pass.
Specify Python 3.6 support in README and add
python_requires
so pip can install the correct distribution for the user's Python version.Also remove some long-redundant Python 2.4 code.