-
Notifications
You must be signed in to change notification settings - Fork 93
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.6 support #469
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #469 +/- ##
===========================================
- Coverage 58.92% 58.82% -0.11%
===========================================
Files 29 29
Lines 1831 1831
Branches 303 303
===========================================
- Hits 1079 1077 -2
- Misses 665 667 +2
Partials 87 87
Continue to review full report at Codecov.
|
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.
There will be a conflict with #470 but easy enough to fix.
👍 for me
doc/changelog.rst
Outdated
Backwards incompatible changes | ||
------------------------------ | ||
|
||
* Python 2.6 is no longer supported |
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.
Will conflict with #470
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.
I figured this way I'd be forced to write the release note instead of putting it off until I want to tag the release 😄
Signed-off-by: Jeremy Cline <[email protected]>
deab99e
to
5c6b3b2
Compare
Not sure what the deal is with codecov here, the report I generate locally shows that line as covered and there's no reason I can see that that code only would have been exercised in Python 2.6 alone. |
Perfect work! Side note: The specfile should be also modified. Should I create a bug in bugzilla? |
See #418 and mokshaproject/moksha#48.
Signed-off-by: Jeremy Cline [email protected]