Ship Python 3.13t (free-threading) wheels
Open
- Dominant language
- C++
- Stars
- 1.5k
- Forks
- 145
- PR merge metrics
- No merged PRs in 30d
Description
Python 3.13 has a new no-GIL aka free-threaded mode. Tensorstore does not current ship wheels built with this mode (tag cp313t).
We noticed this because we have added support for free-threading to JAX as of v0.5.1 but can't run a few tests that we have that use tensorstore.
See https://py-free-threading.github.io/ for more information.
Contributor guide
Assessment
This issue has not been assessed yet.