Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Python 3.10 #19857

Closed
6 tasks done
jiasli opened this issue Oct 12, 2021 · 6 comments · Fixed by #20195
Closed
6 tasks done

Support Python 3.10 #19857

jiasli opened this issue Oct 12, 2021 · 6 comments · Fixed by #20195

Comments

@jiasli
Copy link
Member

jiasli commented Oct 12, 2021

Description

Python 3.10 has been released on 2021-10-04: https://www.python.org/downloads/

Azure CLI needs to support Python 3.10 like how we supported 3.9 (#16611).

TODOs

@ghost ghost added the needs-triage This is a new issue that needs to be triaged to the appropriate team. label Oct 12, 2021
@jiasli jiasli self-assigned this Oct 12, 2021
@jiasli jiasli added this to the Backlog milestone Oct 12, 2021
@jiasli jiasli added Packaging and removed needs-triage This is a new issue that needs to be triaged to the appropriate team. labels Oct 12, 2021
@yonzhan
Copy link
Collaborator

yonzhan commented Oct 12, 2021

Python 3.10 support

@miqm
Copy link
Contributor

miqm commented Jan 19, 2022

@jiasli - will the Docker image be upgraded to python 3.10.x? currently is 3.9.6 (which is not the latest one though)

@jiasli
Copy link
Member Author

jiasli commented Jan 20, 2022

@miqm, actually we use Python 3.8 in DEB package and Windows MSI, and Python 3.6 in RPM. 😅

Are there any absolute needs to use Python 3.10 in the docker image? I can certainly prioritize it if they are reasonable.

@miqm
Copy link
Contributor

miqm commented Jan 20, 2022

@jiasli - It's not a must, however often people use the CLI image in CI/CD systems and some new custom-made scripts might benefit from newer python features.

In general it would be awesome if you produce a series of azure-cli docker tags so people could choose which kind of base image they would like to use (i.e. python3.9-slim-bullseye, python3.8-alpine, etc.)

@jiasli
Copy link
Member Author

jiasli commented Jan 21, 2022

@miqm, this is a good suggestion. I have created #21074 to track it.

@jiasli
Copy link
Member Author

jiasli commented Jan 24, 2022

@miqm, upgrading to Python 3.10 in #21079.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants