From 3a3727d20039cef446518097a3a8e5c1f251e1b8 Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Thu, 8 Aug 2019 07:32:09 +1000 Subject: [PATCH] Remove Python 2.6 from Windows tests (#60235) --- test/utils/shippable/windows.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/test/utils/shippable/windows.sh b/test/utils/shippable/windows.sh index 59593fa7f28..549d6a80b55 100755 --- a/test/utils/shippable/windows.sh +++ b/test/utils/shippable/windows.sh @@ -16,7 +16,6 @@ provider="${P:-default}" # python versions to test in order # python 2.7 runs full tests while other versions run minimal tests python_versions=( - 2.6 3.5 3.6 3.7