-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uv python pin
should support writing to a uv.toml
or pyproject.toml
#4970
Comments
Then, should it also be top-level command |
That's a reasonable question. I'm not sure. I don't love it at the top-level since it's not obvious what we're pinning. |
I duped myself, #4359 covers reading from the configuration file. |
(At least figure out the rough design prior to the release.) |
I'm slightly concerned this will lead to more fragmentation of where third party ecosystems (such as Heroku, GHA setup-python, Dependabot, ...) will need to check for Python versions when bootstrapping an environment. If there was a field in |
Agreed. That's why we've delayed implementing this. Unfortunately, we're getting quite a bit of confusion from users. I'm not sure how we'll address that. |
We need to design the schema for this data. Probably at
uv.python-version
oruv.python.default-version
.The text was updated successfully, but these errors were encountered: