Skip to content

Tracking free-threading support #1473

Open
@minrk

Description

@minrk

I don't expect to need any updates for free-threading support, but folks can't install Jupyter Server or JupyterLab with Python 3.13t due to two transitive dependencies:

When I make an env working around these two issues (arm mac):

mamba create -n 313t python-freethreading pyzmq
mamba activate 313t
python3 -m pip install git+https://github.com/minrk/argon2-cffi-bindings@nogil-builds jupyterlab 'jsonschema<4.18'

(argon2 branch builds with HEAD of cffi, jsonschema is pinned to the last release before the rpds rust dependency), everything seems to work fine. That reinforces my suspicion that there won't be anything for us to do, but this is a tracking issue folks can link to, at least.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions