code-interpreter icon indicating copy to clipboard operation
code-interpreter copied to clipboard

Python 3.13 support

Open mishushakov opened this issue 6 months ago • 5 comments

Previous attempt has been blocked by https://github.com/explosion/spaCy/issues/13658

mishushakov avatar Jun 23 '25 14:06 mishushakov

Which of our deps uses that?

ValentaTomas avatar Jul 15 '25 01:07 ValentaTomas

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

mishushakov avatar Jul 15 '25 09:07 mishushakov

Oh, you mean python 3.13 support for the executed code, not for the SDK itself, got it.

ValentaTomas avatar Jul 16 '25 18:07 ValentaTomas

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.

antonioalegria avatar Oct 14 '25 08:10 antonioalegria