You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
“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.
The text was updated successfully, but these errors were encountered:
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:
Is this your first time submitting a feature request?
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.
The text was updated successfully, but these errors were encountered: