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

[TIDY FIRST] Remove conditional typing_extensions import for python < 3.8 #134

Conversation

QMalcolm
Copy link
Contributor

This repository doesn't currently, and never has, supported python versions less than 3.8. The conditional import being removed here is a holdover from when this code was cut out of dbt-core (which no longer supports python less than 3.8 either).

Checklist

This repository doesn't currently, and never has, supported python versions
less than 3.8. The conditional import being removed here is a holdover from
when this code was cut out of dbt-core (which no longer supports python less
than 3.8 either).
@QMalcolm QMalcolm requested a review from a team as a code owner May 15, 2024 23:17
@cla-bot cla-bot bot added the cla:yes label May 15, 2024
@QMalcolm QMalcolm added the Skip Changelog Skips GHA to check for changelog file label May 15, 2024
@dbt-labs dbt-labs deleted a comment from github-actions bot May 15, 2024
Copy link
Contributor

@ChenyuLInx ChenyuLInx left a comment

Choose a reason for hiding this comment

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

Do we still support python 3.8 dbt-core 1.8?

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 56.37%. Comparing base (3b61b6f) to head (0ba69e6).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #134   +/-   ##
=======================================
  Coverage   56.37%   56.37%           
=======================================
  Files          50       50           
  Lines        3090     3088    -2     
=======================================
- Hits         1742     1741    -1     
+ Misses       1348     1347    -1     
Flag Coverage Δ
unit 56.37% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@QMalcolm
Copy link
Contributor Author

Do we still support python 3.8 dbt-core 1.8?

We do still support python 3.8 in core, and we also support python 3.8 here. However this change only effects python versions less than 3.8 which neither dbt-common nor dbt-core support

@QMalcolm QMalcolm added this pull request to the merge queue May 16, 2024
Merged via the queue into main with commit 4c96366 May 16, 2024
18 of 21 checks passed
@QMalcolm QMalcolm deleted the qmalcolm--tidy-first-remove-condition-imports-for-below-python3.8 branch May 16, 2024 00:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla:yes Skip Changelog Skips GHA to check for changelog file tidy_first
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants