From f9accfc31926988063211fbaba84814abc1a17c4 Mon Sep 17 00:00:00 2001 From: Pavel Vergeev Date: Wed, 14 Feb 2024 11:42:33 +0400 Subject: [PATCH] Remove the note about Python 2.7 compatibility from the docs Signed-off-by: Pavel Vergeev --- docs/source/installation.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/source/installation.rst b/docs/source/installation.rst index a9ef7e622..2dc049f62 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -37,11 +37,6 @@ It is possible to install rez with pip, like so:: ]$ pip install rez -.. note:: - While the ``install.py`` script only supports Python 3.7+, - rez is still usable with Python 2.7 when installed via pip. In other words, the API - is fully compatible with Python 2 and 3. - However, this comes with a caveat. Rez command line tools **are not guaranteed to work correctly** once inside a rez environment (ie after using the :ref:`rez-env` command). The reasons are given in the next section.