-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Update Logging to 3.12.7 #5478
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
Update Logging to 3.12.7 #5478
Conversation
448da1c
to
71a140d
Compare
All tests pass /cc @youknowone |
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.
Thank you so much! Everything in the code looks good.
Is this also from CPython 3.12.6? Leaving a specific import version on PR title is helpful to track the current RustPython library versions when we update it to next version.
Thanks, it's 3.12.7 this time. |
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.
👍
Turns out logging tests were not being tested, this pr adds them too. This also adds smtplib because that is needed for logging tests