-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Labels
Azure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamCoreCLI core infrastructureCLI core infrastructureOKR CandidateThis label is used to track how many GitHub issues we have resolved for OKR purpose.This label is used to track how many GitHub issues we have resolved for OKR purpose.Packagingcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-request
Milestone
Description
Python 3.11 has significant performance improvements over 3.10, and it would be great if Azure CLI could take advantage of those.
Getting Azure CLI compatible with Python 3.11 will require coordinating a few tasks among a number of repos, both internal and external. I'm creating this metabug to keep track of them. The checklist below will be updated as I discover more things.
(I'm on the CPython Performance Team at Microsoft which is responsible for a number of these improvements. I am happy to contribute to this effort -- please let me know how I can be most useful fitting into your workflows, etc.)
- {Core} Python 3.11: Remove workaround for argparse that breaks on Python 3.11ย #24109
- Uses of
inspect.getargspec- In azure-cli: {Core} Python 3.11: Remove uses of deprecated inspect.getargspecย #24111
- In azure-cli-extensions [none found]
- In azure-sdk-for-python [already updated to new API]
- Upgrade wrapt to >= 1.14, which requires upgrading pylint >= 2.16 (not yet released) in azdev
- Adapt to
Enum.__str__changes
christianfosli and hterik
Metadata
Metadata
Assignees
Labels
Azure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamCoreCLI core infrastructureCLI core infrastructureOKR CandidateThis label is used to track how many GitHub issues we have resolved for OKR purpose.This label is used to track how many GitHub issues we have resolved for OKR purpose.Packagingcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-request