We upgraded Databricks from 10.3 to 10.4 LTS. But the python version did not change from python 3.8.10.
Question: In Databricks - version 10.4, how can we upgrade the python version from python 3.8.10 to python 3.10?
UPDATE: I would like to use some new functionalities offered in python 3.10 such as match case Statement.