diff options
author | Matt Clay <matt@mystile.com> | 2021-05-06 15:15:09 -0700 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2021-05-10 08:23:15 -0700 |
commit | 51fd05e76b378f0ab463c71fa03bcf1b16eddc78 (patch) | |
tree | d9a0f3397ff2eb80e802df7dd48edd557e78c1f0 /.azure-pipelines | |
parent | bcb64054edaa7cf636bd38b8ab0259f6fb93f3f9 (diff) | |
download | ansible-51fd05e76b378f0ab463c71fa03bcf1b16eddc78.zip |
Add support for testing with Python 3.10.
Diffstat (limited to '.azure-pipelines')
-rw-r--r-- | .azure-pipelines/azure-pipelines.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 3f770d334f..c8bcca6b57 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -69,6 +69,7 @@ stages: - test: 3.7 - test: 3.8 - test: 3.9 + - test: '3.10' - stage: Windows dependsOn: [] jobs: |