Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUpdate versions #706
Closed
Update versions #706
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
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. |
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.
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.