1
0

Bump mypy buildkite pipeline test to python3.7 to match mainline

This commit is contained in:
Andrew Morgan
2020-05-14 13:24:12 +01:00
parent 950c449cb4
commit c0faaa86e1

View File

@@ -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