-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Pin Python version on uv init
#6821
Comments
For app and lib? |
I think so — either way you want to develop on a consistent version. |
nvm, I realized this issue refers to |
## Summary I'm not convinced that the behavior is correct as-implemented. When the user passes a `--python >=3.8` or we discover a `requires-python` from the workspace, we're currently writing that request out to `.python-version`. I would probably rather that we write the resolved patch version? Closes #6821.
See #6780
Might want #4970 first, but I don't think it's blocking.
Basically, we should pin the Python version for the project on init. We should allow opt-out with
--no-pin-python
.The text was updated successfully, but these errors were encountered: