From a67011edbbf2f9222b3b6e963df2ef369a4fe350 Mon Sep 17 00:00:00 2001 From: Ray Carnes Date: Thu, 28 Oct 2021 14:01:46 -0700 Subject: [PATCH] Update Python version needed Odoo (as of October 21st) needs Python 3.7 or higher. See https://github.com/odoo/odoo/commit/794677fb6a3391379200eb2144a6ed372e89c17a --- content/administration/install/install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/administration/install/install.rst b/content/administration/install/install.rst index 60d7152fb..8e1b794a9 100644 --- a/content/administration/install/install.rst +++ b/content/administration/install/install.rst @@ -466,10 +466,10 @@ Prepare Python ^^^^^^ -Odoo requires Python 3.6 or later to run. Use your package manager to download and install Python 3 +Odoo requires Python 3.7 or later to run. Use your package manager to download and install Python 3 on your machine if it is not already done. -.. note:: If Python 3 is already installed, make sure that the version is 3.6 or above, as previous +.. note:: If Python 3 is already installed, make sure that the version is 3.7 or above, as previous versions are not compatible with Odoo. .. code-block:: console