From dc509b3d4b0f31037a67b9d3325558aeb8a3f3af Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 29 Oct 2019 11:41:57 -0700 Subject: [PATCH] Add back the py35 dist builders, but commented out, so it's easier to get them back for 4.0.x builds if needed. --- buildbot/master.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/buildbot/master.cfg b/buildbot/master.cfg index ed9fb8e4..ad1df267 100644 --- a/buildbot/master.cfg +++ b/buildbot/master.cfg @@ -213,14 +213,17 @@ regularBuilders = [ 'build-osx-py27', 'build-win64-py38', ] distBuilders = [ 'dist-osx-py27', + #'dist-osx-py35', 'dist-osx-py36', 'dist-osx-py37', 'dist-osx-py38', 'dist-win32-py27', + #'dist-win32-py35', 'dist-win32-py36', 'dist-win32-py37', 'dist-win32-py38', 'dist-win64-py27', + #'dist-win64-py36', 'dist-win64-py36', 'dist-win64-py37', 'dist-win64-py38',