## Description Python 3.11 has been released on 2022-10-24: https://www.python.org/downloads/release/python-3110/ Azure CLI needs to support Python 3.11 like how we supported 3.9 (https://github.com/Azure/azure-cli/issues/16611), 3.10 (https://github.com/Azure/azure-cli/issues/19857). ## TODOs - [ ] [Knack](https://github.com/microsoft/knack) supports Python 3.11 - https://github.com/microsoft/knack/pull/275 - [ ] [azdev](https://github.com/Azure/azure-cli-dev-tools) supports Python 3.11 - `pylint` (https://github.com/Azure/azure-cli-dev-tools/pull/359) - `vcrpy` (same as above) - [ ] Dependencies are updated to the Python 3.11 compatible version - `psycopg2` (https://github.com/Azure/azure-cli/pull/24671) - `pywin32` (https://github.com/Azure/azure-cli/pull/24982) - `cffi` `psutil` (https://github.com/Azure/azure-cli/pull/26842) - [ ] CI passes with Python 3.11 - https://github.com/Azure/azure-cli/pull/24497 - https://github.com/Azure/azure-cli/pull/26685 - https://github.com/Azure/azure-cli/pull/25370 - https://github.com/Azure/azure-cli/pull/26923 - https://github.com/Azure/azure-cli/pull/26991 - https://github.com/Azure/azure-cli/pull/27148 - https://github.com/Azure/azure-cli/pull/27073 - https://github.com/Azure/azure-cli/pull/26749
Description
Python 3.11 has been released on 2022-10-24: https://www.python.org/downloads/release/python-3110/
Azure CLI needs to support Python 3.11 like how we supported 3.9 (#16611), 3.10 (#19857).
TODOs
pylint(Bump Pylint to 2.17 and flake8 to 6.0 azure-cli-dev-tools#359)vcrpy(same as above)psycopg2({Packaging} Update psycopg2 to support Python 3.11 #24671)pywin32({Packaging} Bump PyWin32 to 305 #24982)cffipsutil({Packaging} Bump cffi to 1.15.1 and psutil to 5.9.5 #26842)argparse#24497KeyVaultClienttoCertificateClientin vm module #26991azure-keyvaulttrack1 SDK to make customization for supporting Python 3.11 #27148aazprofile package name by addingprofile_prefix for azure stack profiles. #27073