Python 3.13 support
Previous attempt has been blocked by https://github.com/explosion/spaCy/issues/13658
Which of our deps uses that?
We include spaCy in our default template, but we cannot bump it right now, because gensim depends on a much older version of it.
https://github.com/e2b-dev/code-interpreter/blob/main/template/requirements.txt#L38
Oh, you mean python 3.13 support for the executed code, not for the SDK itself, got it.
Do we have an estimate for when 3.13 can be supported in the sandbox image? 3.14 has been released to this is a good time to migrate to 3.13, and we'd like to keep the sandbox using similar versions to our own codebase.