summaryrefslogtreecommitdiff
path: root/.azure-pipelines
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2021-05-06 15:15:09 -0700
committerMatt Clay <matt@mystile.com>2021-05-10 08:23:15 -0700
commit51fd05e76b378f0ab463c71fa03bcf1b16eddc78 (patch)
treed9a0f3397ff2eb80e802df7dd48edd557e78c1f0 /.azure-pipelines
parentbcb64054edaa7cf636bd38b8ab0259f6fb93f3f9 (diff)
downloadansible-51fd05e76b378f0ab463c71fa03bcf1b16eddc78.tar.gz
Add support for testing with Python 3.10.
Diffstat (limited to '.azure-pipelines')
-rw-r--r--.azure-pipelines/azure-pipelines.yml1
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: