From c0faaa86e11594fe4161c76c58dccd75386948dd Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Thu, 14 May 2020 13:24:12 +0100 Subject: [PATCH] Bump mypy buildkite pipeline test to python3.7 to match mainline --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index ff05a7428b..f79aaf9c88 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -55,7 +55,7 @@ steps: label: ":mypy: mypy" plugins: - docker#v3.0.1: - image: "python:3.5" + image: "python:3.7" mount-buildkite-agent: false - wait