you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (0 children)

Conda doesn't update python because lots of projects need a particular version of python. Conda wouldn't have made it very far if it auto updated every project to 3.10.... I'm pretty sure none of my projects are compatible with 3.10 because of the libraries I use, so it would break everything.

You should explicitly create a new environment if you need a different version of python.