-
Notifications
You must be signed in to change notification settings - Fork 651
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.9 to build #1441
Add Python 3.9 to build #1441
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR looks good, any idea why the checks didn't get run by github actions?
@codeboten which checks you are referring to? |
Failed single test looks unrelaed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the changes!
It looks like python3.8 is used as the primary version for linting and tracecontext in tox.ini. I think those should be bumped too.
@toumorokoshi as per pylint-dev/pylint#3882 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! thanks for looking into the linting.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@gliptak can you add an entry to the changelog for this? |
Signed-off-by: Gábor Lipták <[email protected]>
Description
Add Python 3.9 to build