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.9 tests #22035

Merged
merged 1 commit into from
Apr 13, 2022
Merged

{CI} Drop Python 3.9 tests #22035

merged 1 commit into from
Apr 13, 2022

Conversation

jiasli
Copy link
Member

@jiasli jiasli commented Apr 12, 2022

Description

Python versions used by Azure CLI packages:

  1. Docker image, Windows MSI, Homebrew, PyPI: 3.10
  2. Debian/Ubuntu DEB: 3.8
  3. RPM: 3.6 (We can't drop it now as explained in {CI} Drop Python 3.6 tests #20865)

Since Azure CLI has fully supported Python 3.10, we can drop Python 3.9 to save some computation resource in Azure DevOps.

@ghost ghost added Auto-Assign Auto assign by bot CI CI labels Apr 12, 2022
@ghost ghost requested review from wangzelin007, yonzhan and kairu-ms April 12, 2022 11:38
@ghost ghost assigned wangzelin007 Apr 12, 2022
@ghost ghost added this to the Apr 2022 (2022-04-26) milestone Apr 12, 2022
@yonzhan
Copy link
Collaborator

yonzhan commented Apr 12, 2022

CI

@jiasli jiasli merged commit b717f42 into Azure:dev Apr 13, 2022
@jiasli jiasli deleted the py39 branch April 13, 2022 05:54
@jiasli
Copy link
Member Author

jiasli commented Apr 25, 2022

Looks like we need to bring back Python 3.9's tests since Mariner uses 3.9, or we can bump DEB's python to 3.9 as well.

> docker run -it --rm cblmariner2preview.azurecr.io/base/core:2.0 python3 -V
Python 3.9.10

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 CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants