Python 3.13 is in the works and will be released in the nearish future. It would be great to have it supported. ## TODOs - aaz-dev supports 3.13 - https://github.com/Azure/aaz-dev-tools/pull/495 - azdev supports 3.13 - https://github.com/Azure/azure-cli-dev-tools/pull/527 - Dependencies are updated to the Python 3.13 compatible version - https://github.com/Azure/azure-cli/pull/31822 - https://github.com/Azure/azure-cli/pull/31823 - CI passes with Python 3.13 - https://github.com/Azure/azure-cli/pull/31973 - https://github.com/Azure/azure-cli/pull/31895 - https://github.com/Azure/azure-cli/pull/31928 - https://github.com/Azure/azure-cli-extensions/pull/9056 - Extension compatible with Python 3.13 - `webpubsub`: `ModuleNotFoundError: No module named 'cgi'` https://github.com/Azure/azure-cli-extensions/pull/8993 - `azure-sphere`: `from pathlib import Path, os` `ImportError: cannot import name 'os' from 'pathlib'` https://github.com/Azure/azure-cli-extensions/pull/9025 - https://github.com/Azure/azure-cli-extensions/pull/9075
Python 3.13 is in the works and will be released in the nearish future. It would be great to have it supported.
TODOs
aaz: Wrapfunctools.partialinstaticmethod()to remove FutureWarning #31973webpubsub:ModuleNotFoundError: No module named 'cgi'[WebPubSub] Support python 3.13 azure-cli-extensions#8993azure-sphere:from pathlib import Path, osImportError: cannot import name 'os' from 'pathlib'[azure-sphere] Update index.json azure-cli-extensions#9025