## Description Python 3.12 has been released on 2023-10-02: https://www.python.org/downloads/release/python-3120/ Azure CLI needs to support Python 3.12 like how we supported 3.10 (#19857), 3.11 (#24494). ## TODOs - [x] [Knack](https://github.com/microsoft/knack) supports Python 3.12 - https://github.com/microsoft/knack/pull/279 - [x] [azdev](https://github.com/Azure/azure-cli-dev-tools) supports Python 3.12 - https://github.com/Azure/azure-cli-dev-tools/pull/458 - [x] Dependencies are updated to the Python 3.12 compatible version - `pymsalruntime` (dependency of `msal[broker]`) https://github.com/Azure/azure-cli/pull/28556 - https://github.com/Azure/azure-cli/pull/29466 - https://github.com/Azure/azure-cli/pull/29486 - [ ] CI passes with Python 3.12 - Remove `distutils` https://github.com/Azure/azure-cli/pull/28796 - https://github.com/Azure/azure-cli/pull/27196 - https://github.com/Azure/azure-cli/pull/29504 - https://github.com/Azure/azure-cli/pull/29515 - https://github.com/Azure/azure-cli/pull/29517 - Remove `assertDictContainsSubset` and `assertNotEquals` #28194 - https://github.com/Azure/azure-cli/pull/29120 - https://github.com/Azure/azure-cli/pull/29121 - https://github.com/Azure/azure-cli/issues/28829 - https://github.com/Azure/azure-cli/pull/29373 - https://github.com/Azure/azure-cli/pull/29465 - https://github.com/Azure/azure-cli/pull/29887 - https://github.com/Azure/azure-cli-extensions/pull/8010 - https://github.com/Azure/azure-cli-extensions/pull/8116
Description
Python 3.12 has been released on 2023-10-02: https://www.python.org/downloads/release/python-3120/
Azure CLI needs to support Python 3.12 like how we supported 3.10 (#19857), 3.11 (#24494).
TODOs
pymsalruntime(dependency ofmsal[broker]) {Core} Bump MSAL to 1.27.0 and pinpymsalruntimeto 0.14.0 #28556distutils{Core} Remove deprecated usages of distutils to support Python 3.12 #28796setuptoolsto dependency #27196assertRaisesRegexp#29504assertEquals#29515assertDictContainsSubsetandassertNotEqualsPlease port to Python3.12 #28194assertRaisesRegexpandassertEqualsazure-cli-extensions#8010