From 5fcfdb8fa2cf6dddca712deb54c569038af54040 Mon Sep 17 00:00:00 2001 From: Matthieu Darbois Date: Sun, 10 Nov 2019 15:37:55 +0100 Subject: [PATCH] Remove macOS python 3.4 CI tests (#1439) python 3.4 removed from macOS Azure Pipelines c.f. https://github.com/Microsoft/azure-pipelines-image-generation/blob/master/images/macos/macos-10.14-Readme.md --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7f019e8ee..eb76259db 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -39,7 +39,7 @@ jobs: py35: image: [linux, windows, macOs] py34: - image: [linux, windows, macOs] + image: [linux, windows] py27: image: [linux, windows, macOs] dev: null