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

[Python 3.12] Support + test against python 3.12 in dbt-adapters #57

Closed
3 tasks done
MichelleArk opened this issue Jan 29, 2024 · 1 comment
Closed
3 tasks done
Assignees
Labels
enhancement New feature or request

Comments

@MichelleArk
Copy link
Contributor

MichelleArk commented Jan 29, 2024

Is this your first time submitting a feature request?

  • I have read the expectations for open source contributors
  • I have searched the existing issues, and I could not find an existing issue for this feature
  • I am requesting a straightforward extension of existing dbt-adapter functionality, rather than a Big Idea better suited to a discussion

Describe the feature

Python 3.12 was released in October 2023: https://www.python.org/downloads/release/python-3120/

Let's ensure dbt-adapters supports 3.12 & tests against it as part of its testing matrices

Describe alternatives you've considered

No response

Who will this benefit?

all dbt-core users as this would (in part) unblock dbt-labs/dbt-core#9007

Are you interested in contributing this feature?

yes!

Anything else?

https://docs.getdbt.com/faqs/Core/install-python-compatibility

“New dbt minor versions will add support for new Python3 minor versions as soon as all dependencies can support it. In turn, dbt minor versions will drop support for old Python3 minor versions right before they reach end of life.”

With 3.11 Spark was the challenging one.

@MichelleArk
Copy link
Contributor Author

The dbt-core issue is complete (dbt-labs/dbt-core#9007), which means we are implicitly testing that dbt-adapters works with Python 3.12 as a dependency of dbt-core.

The remaining work here should be a relatively small lift:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants