-
Notifications
You must be signed in to change notification settings - Fork 20
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
String split is failing on Python 3.13 #225
Comments
The readthedoc builds are now failing from this: https://app.readthedocs.org/projects/opty/builds/25974252/ I guess they'e updated to Python 3.13. |
Looks like there is no whitespace in Python 3.13:
|
From Python 3.12:
|
In the Python 3.13 changes https://docs.python.org/3/whatsnew/3.13.html#other-language-changes it says:
which seems backwards incompatible. |
The change was here: python/cpython#81283 and there seems to be lots of other downstream code breaking because of it. |
The 3.13 builds failed on conda forge, see conda-forge/opty-feedstock#33
This is the traceback:
and it seems that this split() call isn't working:
The text was updated successfully, but these errors were encountered: