diff options
author | Matt Clay <matt@mystile.com> | 2024-04-04 18:41:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-04 18:41:14 +0200 |
commit | 1c17fe2d53c7409dc02780eb29430bee99fb42ad (patch) | |
tree | da3dfaea40d84d2e49b48550641d3a6d8b2fcc37 /.azure-pipelines | |
parent | Remove missed changelog fragments (#82975) (diff) | |
download | ansible-1c17fe2d53c7409dc02780eb29430bee99fb42ad.tar.xz ansible-1c17fe2d53c7409dc02780eb29430bee99fb42ad.zip |
Drop Python 3.7 support (#82982)
Diffstat (limited to '.azure-pipelines')
-rw-r--r-- | .azure-pipelines/azure-pipelines.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index a7897f9c49..14ce6a240a 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -54,7 +54,6 @@ stages: nameFormat: Python {0} testFormat: units/{0} targets: - - test: 3.7 - test: 3.8 - test: 3.9 - test: '3.10' |