From e93f5db489c7291ccdc62a29112c1d82317f66e3 Mon Sep 17 00:00:00 2001 From: Mike Place Date: Wed, 11 Mar 2020 13:38:06 +0100 Subject: [PATCH] Update Tornado release timeline --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 33b6153..4e8bfe8 100644 --- a/README.rst +++ b/README.rst @@ -384,8 +384,8 @@ The earliest release of Salt that supports Python3 is `2018.3.4`. Tornado 5/6 Workaround ---------------------- -Salt does not support tornado>=5.0 currently. This support will not be added until the neon -release. In order to work around this requirement on OSs that no longer have the tornado 4 package +Salt does not support tornado>=5.0 currently. This support will be included in an upcoming release. +In order to work around this requirement on OSs that no longer have the tornado 4 package available in their repositories we are pip installing tornado<5.0 in the bootstrap script. This requires the user to pass -P to the bootstrap script if installing via git to ensure tornado is pip installed. If a user does not pass this argument they will be warned that it is required for the