-
Notifications
You must be signed in to change notification settings - Fork 790
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
how can I upgrade current python version with uv #9314
Comments
Even though patch versions can cause compatibility issues, you can still switch the Python version for your virtual environment. Here's how:
However, I got this method from this comment (#8217 (comment)), so for more detailed information, you might need to refer to it. |
what is the best practise,if the python version is required to be updated?I only use uv pip to manage packages now. |
If you want specificity at the patch level, I'd say update your |
@zffocussss If you only use conda for managing virtual environments and don't need to install any dependencies with conda or have a centralized need for managing virtual environments, then you can use |
the project was created by uv init.
suppose that my current python version is 3.12.1,how can it be upgrade to 3.12.4.I am not sure if I can make it by changing pyproject.toml or .python-version.or I just use uv to manage dependencies?
The text was updated successfully, but these errors were encountered: