You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My use case is bumping the project version and the minimum-supported Python version (because each tool likes to define their own fields for this) strings inside pyproject.toml. Say we're allowed to write this in pyproject.toml:
From the CLI/UX side, I think you're on the right track. The idea in the other issue was to have multiple files, which I think might be worse than what you're suggesting here.
@mbarkhau I think both approaches can work, but multiple configs might suit his case better.
I no longer have a need for this feature, opting instead to not define any Python version-related field other than requires_python and just let the tools pick the one in the virtual environment, so no, I won't be interested in working on this.
My use case is bumping the project version and the minimum-supported Python version (because each tool likes to define their own fields for this) strings inside
pyproject.toml
. Say we're allowed to write this inpyproject.toml
:and update the versions via specifying the subtable key:
It'll be a huge UX improvement.
The text was updated successfully, but these errors were encountered: