In the documentation about serverless compute release notes, it is stated that "Serverless compute for notebooks and jobs uses environment versions", and that "Serverless compute always runs using the most recently released version listed here.". At time of writing, the most recently released version is 16.3, which is described as "roughly corresponds to Databricks Runtime 16.3.". That DBR runs python 3.12, but the equivalent serverless environment is python 3.11.
What is the actual equivalence to the normal DBR releases? Are environment versions different from the versions listed there? A large percentage of our jobs can't take advantage of serverless compute because they need python 3.12, is there a roadmap on when that will be available?
Thank you in advance