Azure / azure-functions-python-worker

Python worker for Azure Functions.
http://aka.ms/azurefunctions
MIT License
336 stars 104 forks source link

[FeatureRequest] Support for Python 3.12 #1397

Open aersam opened 10 months ago

aersam commented 10 months ago

Describe the request: A clear and concise description. Well, make Azure Functions compatible with Python 3.12 :)

Roman-Ka commented 2 months ago

Hey, are there any updates on this? Any indications of the timelines?

cmcconomyfwig commented 1 month ago

Python 3.13 was just released into the wild - any work on getting 3.12 into azure functions?

pykong commented 1 month ago

I am disgruntled about the lack of support for Python 3.12. Az Function now lags two whole versions behind Python stable. Is Microsoft still in touch with its Azure customers who use Python? Please fix this ASAP!

rmontroy commented 1 month ago

Update was merged a while back (Release 4.30.1), but apparently still in progress: #3796. @gavin-aguiar

pykong commented 4 weeks ago

Any update @gavin-aguiar ?

gavin-aguiar commented 4 weeks ago

@rmontroy @pykong. All the code for python 3.12 has been merged. We are just waiting on the release in all regions. Should take a couple of weeks.

pykong commented 3 weeks ago

@gavin-aguiar That sounds good. Thanks for letting us know!