-
Notifications
You must be signed in to change notification settings - Fork 4
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
chore: add support for Python 3.13 #712
Conversation
Quality Gate passedIssues Measures |
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.
@veenstrajelmer, changes look good. Just a few additional requests:
- Could you also update the sonar-project.properties?
- Update the
ci.yml
to run the autoformatter with 3.13 instead of 3.12 - Update the
integration.yml
to run with 3.13 instead of 3.12 - Update the
release.yml
to run with 3.13 instead of 3.12 - I think the
docs.yml
anddocs_release.yml
can be updated as well, but the docs generation seems to have been broken for a while already (> v0.5.2). So maybe don't bother with this. Created an issue for this: Doc generation seems to be broken since version 0.5.2 #725
Quality Gate passedIssues Measures |
Steps:
poetry lock --no-cache
SystemError: <method 'is_done' of '_thread._ThreadHandle' objects> returned a result with an exception set
(details below). A local poetry install showed issues for numpy installation, which is resolved by specifying a different minimal numpy version for py 3.13 and higher. This also resolved this (apparently related) issue.SystemError details (resolved)
Tkinter error details (resolved)