-
Notifications
You must be signed in to change notification settings - Fork 42
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
Run GA unittest workflow against python 3.13 too #653
Comments
Failing tests with python 3.13:
fails on this part:
|
One remaining failure:
|
Already did some digging in that failing warnings test and there seems to be something in legacy_alias that doesn't work anymore under python 3.13. Detection of being a classmethod stopped working. Maybe something related to https://docs.python.org/3/whatsnew/3.13.html#builtins:
|
related to dropping support for python 3.7 (#578): start running unit tests against py 3.13 too in github actions
python 3.13 was released 2024-10-07
The text was updated successfully, but these errors were encountered: