-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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
update python3 version for testing to 3.6 #5562
update python3 version for testing to 3.6 #5562
Conversation
CONTRIBUTING.md
Outdated
@@ -65,7 +65,7 @@ meets these guidelines: | |||
3. If the pull request adds functionality, the docs should be updated | |||
as part of the same PR. Doc string are often sufficient, make | |||
sure to follow the sphinx compatible standards. | |||
4. The pull request should work for Python 2.7, and ideally Python 3.4+. | |||
4. The pull request should work for Python 2.7, and ideally Python 3.5+. |
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.
Let's go 3.6 here.
SGTM, we should go full on 3.6 soon. I think it's important for libraries to support a wide array of version, but since Superset is a full on product, people can set it up using 3.6. Maybe we should write a SIP (Superset Improvement Proposal) about it. |
Codecov Report
@@ Coverage Diff @@
## master #5562 +/- ##
=======================================
Coverage 63.23% 63.23%
=======================================
Files 351 351
Lines 22258 22258
Branches 2470 2470
=======================================
Hits 14075 14075
Misses 8168 8168
Partials 15 15 Continue to review full report at Codecov.
|
Updated, a bit unsure about that plus sign in "Python 3.6+" at this point. |
* update python version for testing to 3.6 * CONTRIBUTING.md states pull requests should work on py27, py36+ * CONTRIBUTING.md states pull requests should work on py27 and py36
Python 3.4 is not supported and since #4835 python 3.6 is used for testing in Travis