You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for submitting this issue @datalogics-kam. We should probably be more specific in our README since we only actually test and support Python 3.10 for now, I would be tempted to bump this to 3.11 but waiting for a more stable 3.12 to support that (probably will jump to 3.12 in 2025 so will come back to this issue then)
Describe the bug
Syntax warnings with Python 3.12.
To Reproduce
In a checkout:
Output:
Note that
-B
is required to not write bytecode, because once the code is parsed, the warnings don't come again.Also, Ruff is useful for checking for this and other code gotchas.
Expected behavior
No output.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
See also:
The text was updated successfully, but these errors were encountered: