-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Deprecate support for Python < 3.6 #5985
Conversation
92b20ea
to
455d204
Compare
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.
lgtm
Codecov Report
@@ Coverage Diff @@
## master #5985 +/- ##
==========================================
+ Coverage 77.79% 77.84% +0.05%
==========================================
Files 46 46
Lines 9398 9398
==========================================
+ Hits 7311 7316 +5
+ Misses 2087 2082 -5
Continue to review full report at Codecov.
|
+1 for enjoy ourselves |
@mistercrunch this line should be removed: https://github.com/apache/incubator-superset/blob/master/tox.ini#L41 |
* Deprecate support for Python < 3.6 This is a first step, beyond this we can: * remove all from future imports * remove 'six' lib as a dependency * start using f-strings * enjoy ourselves * fix tox * Rebasing * fix
This is a first step, beyond this we can: