Hi,
I updated my entire stack to Python 3.12 since the AZ CLI and the functions core v4 now support python 3.12. I discovered though that the Azure Function App platform still doesn't support these.
First i got the following warning when running func azure functionapp publish ...
:
Local python version '3.12.7' is different from the version expected for your deployed Function App. This may result in 'ModuleNotFound' errors in Azure Functions. Please create a Python Function App for version 3.12 or change the virtual environment on your local machine to match 'Python|3.11'.
I then checked the UI and it seems I cannot actually create a Python v3.12 function app:

My question is when will the Function App platform / create new function app wizard, support Python 3.12?
Note- Python 3.13 is already in stable release.