-
Notifications
You must be signed in to change notification settings - Fork 127
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
Python 3.12 test updates #204
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.
LGTM. You will need to sign the CLA for us to merge in the changes.
I'll follow-up to get some 3.12 runners, and probably deprecate the 3.8 ones.
I'm not sure how to sign the CLA, should the automation be leaving a comment on the PR to do so? |
Let me double check, it should automatically run and post. |
I'm not sure why it failed to post. The Github settings page shows that it did. This should be the link: https://cla-assistant.io/square/pylink?pullRequest=204 |
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.
Re-kicked the CLA assistant, and all is good. Thanks for the patch!
As far as I can tell, these tests have been incorrect but failure was masked until Python 3.12.
Renamed test function calls that are removed in Python 3.
Fixed some test cases that likely were broken but failure was masked by calling an invalid function.
Closes #197