-
Notifications
You must be signed in to change notification settings - Fork 101
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
Drop support for EOL Python #90
Conversation
Codecov Report
@@ Coverage Diff @@
## master #90 +/- ##
==========================================
- Coverage 91.61% 91.34% -0.27%
==========================================
Files 6 6
Lines 298 289 -9
==========================================
- Hits 273 264 -9
Misses 25 25
Continue to review full report at Codecov.
|
Hello @hugovk, |
Checklist
Short description of what this PR does:
Python 2.6 and 3.2-3.3 are EOL and no longer receiving security updates (or any updates) from the core Python team.
They're also little used.
This PR drops support for them, removes old compatibility code, upgrades some code to make use of newer Python features, and fixes some typos.