Share via

Python 2.7 support

srisa 21 Reputation points
2020-12-30T17:14:41.587+00:00

I was going to deploy a Python 2.7 web app to Azure today, but I could not find Python 2.7 in the list of runtimes - only some 3.x variants. Has support for Python 2.7 web apps been removed from Azure?

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.


Answer accepted by question author

  1. SUNOJ KUMAR YELURU 18,246 Reputation points MVP Volunteer Moderator
    2020-12-31T00:46:25.44+00:00

    @srisa

    Python 2 is EOL.
    As of January 1st, 2020 no new bug reports, fixes, or changes will be made to Python 2, and Python 2 is no longer supported. A few changes were made between when we released Python 2.7. 17 (on October 19th, 2019) and January 1st.

    Current Azure App service, Install Python 3.6 or higher.

    ----------

    Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.