-
Notifications
You must be signed in to change notification settings - Fork 346
Open
Description
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
Labels
No labels