From 7e5934a25374a95fd08682bc40d3783d0468bb8e Mon Sep 17 00:00:00 2001 From: Cloud User Date: Wed, 21 Oct 2020 16:18:47 +0000 Subject: [PATCH] Update roadmap with proposal from Python 2 Deprecation Meeting --- docs/source/roadmap.rst | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/docs/source/roadmap.rst b/docs/source/roadmap.rst index 0e3ccea15..b3995ab0b 100644 --- a/docs/source/roadmap.rst +++ b/docs/source/roadmap.rst @@ -20,14 +20,29 @@ contributions. Here's our plans for the next two releases. --- * The roadmap for ``3.4`` is in the works, stay tuned! - Possibilities are: - - Add support for Ubuntu 20.04 - - Change default pack virtual environment to use Python 3 - - Drop Python 2.7 support in the StackStorm `st2` codebase - - Convert ChatOps backend to Python + + Current plans include: + + * Drop Python 2.7 support for RHEL/CentOS 7, and use OS distributed Python 3.6 + * Drop Python 2.7 support for Ubuntu 16.04, and only support Python 3.6. Python 3.6 will need to be sourced by users from a suitable PPA. + + + Other possibilities include: + + * Change default pack virtual environment to use Python 3 + * Convert ChatOps backend to Python Monitor the `master branch `_ to see how we're progressing. +3.5 +--- + +* The roadmap for ``3.5`` is in the works, stay tuned! + + Current plans include: + + * Add support for Ubuntu 20.04, with Python 3.8 + Backlog -------