Update versions#706
Closed
hugovk wants to merge 3 commits intogitpython-developers:masterfrom
hugovk:update-versions
Closed
Update versions#706hugovk wants to merge 3 commits intogitpython-developers:masterfrom hugovk:update-versions
hugovk wants to merge 3 commits intogitpython-developers:masterfrom
hugovk:update-versions
Conversation
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.
|
cwonrails
added a commit
to cwonrails/GitPython
that referenced
this pull request
Dec 7, 2017
* github.com:gitpython-developers/GitPython: Remove redundant Python 2.4 code Specify Python 3.6 support Fix flake8
Member
|
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Includes #705 so Travis CI can pass.
Specify Python 3.6 support in README and add
python_requiresso pip can install the correct distribution for the user's Python version.Also remove some long-redundant Python 2.4 code.