Azure / azure-sdk-for-python

This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure SDK Python packages support for Python 2.7 is ending 01 January 2022

lmazuel opened this issue · comments

Azure SDK Python packages support for Python 2.7 is ending 01 January 2022

The Python Software Foundation (PSF) community announced the end of support of Python 2 "as of 01 January 2020, no new bug reports, fixes, or changes will be made to Python 2, and Python 2 is no longer supported." Starting with 01 January 2022, Azure SDK Python packages will no longer support Python 2.7. To continue to get new features and security updates, please make sure to update your Python runtime to Python 3.6+.

Recommended action

To avoid any potential issues in your applications, we recommend all developers upgrade to Python 3 as soon as you can. Please read the official "Porting Python 2 Code to Python 3" guide and the Python 3 Statement Practicalities with more detailed information.

Help and support

If you have questions, get answers from community experts on Stack Overflow. If you have issues, please open an issue against the SDK on GitHub.

Edit: Change baseline from 3.7 to 3.6. We plan at this moment to deprecate 3.6 in Jan 2023.

please make sure to update your Python runtime to Python 3.7+.

This indicates CentOS 7 which only has Python 3.6 is no longer supported (Azure/azure-cli#19858 (comment)).

@lmazuel since this has been closed, should we unpin the issue or keep it up?

Let's unpin

Close