Skip to content

Conversation

@jiasli
Copy link
Member

@jiasli jiasli commented Jan 25, 2021

Support Python 3.9.

Only Tox test is updated to 3.9 as other tests rely on Azure CLI which hasn't supported Python 3.9 yet.

Add Python 3.7 tests to help identify issues that [starts since/only exits in] Python 3.7 (Azure/azure-cli#16634).

@jiasli jiasli marked this pull request as ready for review January 25, 2021 10:07
condition: succeeded()
pool:
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-18.04'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also update to use newer ubuntu-18.04.

Comment on lines +14 to +26
matrix:
Python36:
python.version: '3.6'
tox_env: 'py36'
Python37:
python.version: '3.7'
tox_env: 'py37'
Python38:
python.version: '3.8'
tox_env: 'py38'
Python39:
python.version: '3.9'
tox_env: 'py39'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using matrix to avoid duplicated code.

@jiasli jiasli merged commit 49fd03d into master Jan 26, 2021
@jiasli jiasli deleted the py39 branch January 26, 2021 09:57
RenSilvaAU pushed a commit to RenSilvaAU/azure-cli-dev-tools that referenced this pull request Aug 7, 2025
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.

4 participants