Skip to content

Add support for free threaded Python  #1847

@t-kalinowski

Description

@t-kalinowski

Pointing reticulate at a freethreaded Python build currently raises an error. We need to investigate, diagnose the issue, and fix it.

We should also make it easy to select a freethreaded Python in py_require(), e.g., accept py_require(python = "3.14t").

Additionally, I noticed that uv has changed its behavior since I last checked. Versions without a patch level, like 3.13, used to resolve to 3.13.0. However, with the latest version of uv, 3.13 now resolves to 3.13.8. We can probably simplify resolve_python_version() now.

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