-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Comments
Python 3.10 support |
@jiasli - will the Docker image be upgraded to python 3.10.x? currently is 3.9.6 (which is not the latest one though) |
@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. |
@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.) |
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
pytest
,pylint
are updated to the Python 3.10 compatible version: {Pylint} Adapt to Pylint 2.11.1 #20192pylint
check failures are fixed or ignored: {Pylint} Adapt to Pylint 2.11.1 #20192The text was updated successfully, but these errors were encountered: