-
Notifications
You must be signed in to change notification settings - Fork 161
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
Drop support for py37 #742
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-bigquery contributing guide. |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-1.5.latest 1.5.latest
# Navigate to the new working tree
cd .worktrees/backport-1.5.latest
# Create a new branch
git switch --create backport-742-to-1.5.latest
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 863c2f833c92c3edabb6a3504985294e56fd29d0
# Push it to GitHub
git push --set-upstream origin backport-742-to-1.5.latest
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-1.5.latest Then, create a pull request where the |
* drop support for py37 * drop support for py37 * drop support for py37 (cherry picked from commit 863c2f8)
* drop support for py37 * drop support for py37 * drop support for py37 (cherry picked from commit 863c2f8) Co-authored-by: Mike Alfare <[email protected]>
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-1.4.latest 1.4.latest
# Navigate to the new working tree
cd .worktrees/backport-1.4.latest
# Create a new branch
git switch --create backport-742-to-1.4.latest
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 863c2f833c92c3edabb6a3504985294e56fd29d0
# Push it to GitHub
git push --set-upstream origin backport-742-to-1.4.latest
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-1.4.latest Then, create a pull request where the |
* drop support for py37 * drop support for py37 * drop support for py37
* drop support for py37 * drop support for py37 * drop support for py37
* drop support for py37 * drop support for py37 * drop support for py37 Co-authored-by: Mike Alfare <[email protected]>
* drop support for py37 * drop support for py37 * drop support for py37 Co-authored-by: Mike Alfare <[email protected]>
* drop support for py37 * drop support for py37 * drop support for py37 Co-authored-by: Mike Alfare <[email protected]> (cherry picked from commit bc8b4a4)
* drop support for py37 * drop support for py37 * drop support for py37 Co-authored-by: Mike Alfare <[email protected]> (cherry picked from commit bc8b4a4) Co-authored-by: leahwicz <[email protected]>
* drop support for py37 * drop support for py37 * drop support for py37
* Drop support for py37 (#742) (#797) * drop support for py37 * drop support for py37 * drop support for py37 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Removing 3.9 from verify package CI --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
resolves dbt-labs/dbt-core#7082
Description
Drop support for python 3.7
Checklist
changie new
to create a changelog entry