Closed QMalcolm closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 56.37%. Comparing base (
3b61b6f
) to head (0ba69e6
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
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
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
changie new
to create a changelog entry~