Skip to content
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

Merged
merged 4 commits into from
Oct 5, 2018
Merged

Conversation

mistercrunch
Copy link
Member

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

@mistercrunch mistercrunch force-pushed the py3 branch 2 times, most recently from 92b20ea to 455d204 Compare October 1, 2018 21:53
Copy link
Contributor

@michellethomas michellethomas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

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
@codecov-io
Copy link

codecov-io commented Oct 5, 2018

Codecov Report

Merging #5985 into master will increase coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@            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
Impacted Files Coverage Δ
superset/utils.py 88.39% <0%> (-0.9%) ⬇️
superset/connectors/sqla/models.py 81.13% <0%> (+0.75%) ⬆️
superset/db_engine_specs.py 55.7% <0%> (+0.87%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8fe6f12...b06a2f5. Read the comment docs.

@mistercrunch mistercrunch merged commit 160e477 into apache:master Oct 5, 2018
@mistercrunch mistercrunch deleted the py3 branch October 5, 2018 17:44
@timifasubaa
Copy link
Contributor

+1 for enjoy ourselves

@john-bodley
Copy link
Member

@kristw
Copy link
Contributor

kristw commented Oct 5, 2018

image

betodealmeida pushed a commit to lyft/incubator-superset that referenced this pull request Oct 12, 2018
* 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
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.28.0 labels Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.28.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants