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

[CT-30] Add Support for Python 3.10 #4562

Closed
1 task done
emmyoop opened this issue Jan 10, 2022 · 2 comments · Fixed by #4866
Closed
1 task done

[CT-30] Add Support for Python 3.10 #4562

emmyoop opened this issue Jan 10, 2022 · 2 comments · Fixed by #4866
Assignees
Labels
enhancement New feature or request tech_debt Behind-the-scenes changes, with little direct impact on end-user functionality
Milestone

Comments

@emmyoop
Copy link
Member

emmyoop commented Jan 10, 2022

Is there an existing feature request for this?

  • I have searched the existing issues

Describe the Feature

Officially support Python 3.10

@emmyoop emmyoop added enhancement New feature or request triage labels Jan 10, 2022
@emmyoop emmyoop added this to the v1.1.0 milestone Jan 10, 2022
@github-actions github-actions bot changed the title Add Support for Python 3.10 [CT-30] Add Support for Python 3.10 Jan 10, 2022
@jtcohen6
Copy link
Contributor

jtcohen6 commented Jan 10, 2022

This will require us to resolve, at minimum, the mess of deprecation warnings emitted from the legacy logger, as described in #4537. It's not obvious to me which sub-team is best suited to that work, so I've just added the tech debt label for now.

Going forward, we should seek to support each new python minor version, after its official release, in the subsequent minor version of dbt. (Do we need to support it in patch releases, too?)

@jtcohen6 jtcohen6 added tech_debt Behind-the-scenes changes, with little direct impact on end-user functionality and removed triage labels Jan 10, 2022
@leahwicz
Copy link
Contributor

Goal:

  • Handle deprecation warnings that are emitted (suppress legacy logger warnings since we will eventually be removing it)
  • Look for any 3.10 reported bugs

@leahwicz leahwicz assigned leahwicz and iknox-fa and unassigned leahwicz Mar 2, 2022
@iknox-fa iknox-fa mentioned this issue Mar 15, 2022
4 tasks
rexledesma added a commit to dagster-io/dagster that referenced this issue Apr 6, 2023
## Summary & Motivation
This is resolved as of Feb 2022:
dbt-labs/dbt-core#4562.

## How I Tested These Changes
bk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tech_debt Behind-the-scenes changes, with little direct impact on end-user functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants