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.