How do I upgrade the Python version used by existing project? #3172
Unanswered
anentropic
asked this question in
Q&A
Replies: 1 comment
-
Try specifying the new python version when locking with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My project was on
==3.11.5
and that is what is in the current lock fileI want to upgrade to 3.11.10
I did:
but the install fails because the lock is still stuck on
==3.11.5
:Beta Was this translation helpful? Give feedback.
All reactions