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

Fix traceback.format_exception_only calls for python 3.10+ #119

Merged
merged 4 commits into from
Jul 14, 2023

Conversation

QMalcolm
Copy link
Collaborator

@QMalcolm QMalcolm commented Jul 14, 2023

Resolves #117

Description

This PR does a few things. It's primary function is to resolve #117. As side affect of that, we're now testing against python 3.8, 3.9, 3.10, and 3.11 in our github CI which feels just as important, or perhaps even more important in a long term perspective.

Checklist

@QMalcolm QMalcolm added the bug Something isn't working label Jul 14, 2023
@cla-bot cla-bot bot added the cla:yes label Jul 14, 2023
@dbt-labs dbt-labs deleted a comment from github-actions bot Jul 14, 2023
@QMalcolm QMalcolm changed the title Qmalcolm fix traceback python 3.10 plus Fix traceback.format_exception_only calls for python 3.10 plus Jul 14, 2023
@QMalcolm QMalcolm changed the title Fix traceback.format_exception_only calls for python 3.10 plus Fix traceback.format_exception_only calls for python 3.10+ Jul 14, 2023
@QMalcolm QMalcolm merged commit 707715b into main Jul 14, 2023
@QMalcolm QMalcolm deleted the qmalcolm--fix-traceback-python-3.10-plus branch July 14, 2023 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cla:yes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] etype was dropped from traceback.format_exception_only in python 3.10+
2 participants