-
Notifications
You must be signed in to change notification settings - Fork 269
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 Python 3.13 #1291
Support Python 3.13 #1291
Conversation
Currently, this seems blocked by this issue: pylint-dev/pylint#10112:
|
I think now this is blocked by the failing test I'm trying to fix in #1321 🙂 |
As #1321 as been merged, I squashed the 11 commits on this branch and rebased it. |
43734c9
to
6fbc473
Compare
Now it seems that
|
seems like this issue: |
Thank you @andersonhc 👍 |
e.g. Fixes #0
Checklist:
A unit test is covering the code added / modified by this PR
This PR is ready to be merged
In case of a new feature, docstrings have been added, with also some documentation in the
docs/
folderA mention of the change is present in
CHANGELOG.md
By submitting this pull request, I confirm that my contribution is made under the terms of the GNU LGPL 3.0 license.