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

[Packaging] Support Python 3.9 #17368

Merged
merged 2 commits into from May 12, 2021
Merged

[Packaging] Support Python 3.9 #17368

merged 2 commits into from May 12, 2021

Conversation

jiasli
Copy link
Member

@jiasli jiasli commented Mar 19, 2021

Description

Close #16611

It is time to onboard Python 3.9.

Prerequisites

@yonzhan
Copy link
Collaborator

yonzhan commented Mar 19, 2021

Packaging

@yonzhan yonzhan added this to the S185 milestone Mar 19, 2021
@jiasli jiasli marked this pull request as ready for review April 6, 2021 09:05
@jiasli
Copy link
Member Author

jiasli commented Apr 6, 2021

Got error in Check CLI Style task:

https://dev.azure.com/azure-sdk/public/_build/results?buildId=827046&view=logs&j=36dd4138-4d53-5e46-00d9-e5cd9744be05&t=1cf3879c-0a42-5ccd-7693-7a4781d739d8&l=147

src/azure-cli/azure/cli/command_modules/cdn/custom/custom.py:592:29: E1136: Value 'Optional' is unsubscriptable (unsubscriptable-object)

This is caused by pylint-dev/pylint#3882. Need to bump pylint version.

@jiasli jiasli requested a review from kairu-ms as a code owner May 11, 2021 08:08
@jiasli jiasli merged commit 7432036 into Azure:dev May 12, 2021
@jiasli jiasli deleted the py39 branch May 12, 2021 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Python 3.9
4 participants