-
Notifications
You must be signed in to change notification settings - Fork 178
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
Add Python 3.12 to list of supported Python versions #1144
Conversation
Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the dbt-snowflake contributing guide. |
Verified working release job for https://github.com/dbt-labs/dbt-snowflake/actions/runs/10046736112/job/27766937211 You can also see |
We also need to update these lines:
Line 3 in 2cdcf2b
Line 5 in 2cdcf2b
Line 16 in 2cdcf2b
dbt-snowflake/.pre-commit-config.yaml Lines 25 to 31 in 2cdcf2b
|
resolves #903
Problem
Adding Python
3.12
should pass a series of testspytest tests/unit
localpytest tests/functional
local3.12
active3.12.3
activeSolution
No code changes beyond GHA workflows and
setup.py
are needed for this adapter.Checklist