-
Notifications
You must be signed in to change notification settings - Fork 59
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
Support Python3.13 #2054
base: main
Are you sure you want to change the base?
Support Python3.13 #2054
Conversation
…k workarounds Signed-off-by: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com>
Note It appears that this Pull Request modifies the On inspection, the No further action is required. |
Signed-off-by: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com>
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.
Will this trigger the advanced tests? Let's see.
It does. nice.
Signed-off-by: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com>
Signed-off-by: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com>
Signed-off-by: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com>
It looks as though there are changes to the ways that docstrings are parsed in Python3.13: https://docs.python.org/3.13/whatsnew/3.13.html#other-language-changes This is breaking a lot of docstring tests. Will see what I can do. Update: This looks like it's going to be complicated. Here's the PR that added the changes: python/cpython#81283 |
Pull Request Checklist:
number
) and pull request (:pull:number
) has been addedWhat kind of change does this PR introduce?
sphinx-codeautolink
/pygments
workaroundsDoes this PR introduce a breaking change?
No, but once this is passing, we should prepare to drop support for Python3.10. This is mentioned in
CHANGELOG.rst
.Other information:
numba
v0.61.0 was released earlier today: https://numba.readthedocs.io/en/stable/release/0.61.0-notes.htmlI needed to add a Coveralls-based action step because the Python package for Coveralls still doesn't support Python3.13 (see: TheKevJames/coveralls-python#523)