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

{CI} drop python 3.6 #5218

Merged
merged 2 commits into from
Aug 10, 2022
Merged

{CI} drop python 3.6 #5218

merged 2 commits into from
Aug 10, 2022

Conversation

wangzelin007
Copy link
Member

@wangzelin007 wangzelin007 commented Aug 9, 2022


By default, the end-of-life is scheduled 5 years after the first release.

image

And the python SDK has already dropped python 3.6.
But we still use python 3.6 in our test enviroment, that will cause some error like these:

image

The root cause is that azure-mgmt-monitor no longer supports python3.6, so the latest azure-mgmt-monitor cannot be installed in the python3.6 test environment.

image
This pull request will drop python 3.6 in our pipeline.

And I will bump pylint to 2.11.1 in this PR when I have time.

@ghost ghost added Auto-Assign Auto assign by bot CI labels Aug 9, 2022
@ghost ghost requested review from yonzhan, jiasli, kairu-ms and jsntcy August 9, 2022 09:29
@ghost ghost assigned wangzelin007 Aug 9, 2022
@ghost ghost added this to the Aug 2022 (2022-09-06) milestone Aug 9, 2022
@yonzhan
Copy link
Collaborator

yonzhan commented Aug 9, 2022

drop python 3.6

@swells
Copy link
Contributor

swells commented Aug 9, 2022

NOTE: this is blocking patch Tuesday releases for arcdata today. #5176 could we expedite this py3.6 PR if possible?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Auto-Assign Auto assign by bot CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants