-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
enhancementNew feature or improvement to existing functionalityNew feature or improvement to existing functionalityerror messagesMessaging when something goes wrongMessaging when something goes wronghelp wantedContribution especially encouragedContribution especially encouraged
Description
Summary
See #16951
We should be able to suggest a resolution here
Example
error: Failed to parse: `pyproject.toml`
Caused by: TOML parse error at line 4, column 19
|
4 | requires-python = ">=3.14t"
| ^^^^^^^^^
Failed to parse version: after parsing `3.14`, found `t`, which is not part of a valid version:
>=3.14t
^^^^^^^
hint: `requires-python` cannot include a free-threaded selector, consider using `uv python pin 3.14t` instead
Metadata
Metadata
Assignees
Labels
enhancementNew feature or improvement to existing functionalityNew feature or improvement to existing functionalityerror messagesMessaging when something goes wrongMessaging when something goes wronghelp wantedContribution especially encouragedContribution especially encouraged