From 38e6d5d3687e5190472c14d83dfa4924fd9cd7c4 Mon Sep 17 00:00:00 2001 From: Julien Castiaux Date: Fri, 2 Jun 2023 09:07:54 +0000 Subject: [PATCH] [FIX] install: minimal python version is 3.8 See odoo/odoo@44d60e3 closes odoo/documentation#4605 Signed-off-by: Julien Castiaux (juc) --- content/administration/install/install.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/administration/install/install.rst b/content/administration/install/install.rst index fc6eca666..c70863442 100644 --- a/content/administration/install/install.rst +++ b/content/administration/install/install.rst @@ -365,7 +365,7 @@ Python .. group-tab:: Windows - Odoo requires Python 3.7 or later to run. Visit `Python's download page `_ + Odoo requires Python 3.8 or later to run. Visit `Python's download page `_ to download and install the latest version of Python 3 on your machine. During installation, check **Add Python 3 to PATH**, then click **Customize Installation** and make @@ -387,7 +387,7 @@ Python .. group-tab:: Linux - Odoo requires Python 3.7 or later to run. Use your package manager to download and install Python 3 + Odoo requires Python 3.8 or later to run. Use your package manager to download and install Python 3 on your machine if it is not already done. .. note:: @@ -406,7 +406,7 @@ Python .. group-tab:: Mac OS - Odoo requires Python 3.7 or later to run. Use your preferred package manager (homebrew_, macports_) + Odoo requires Python 3.8 or later to run. Use your preferred package manager (homebrew_, macports_) to download and install Python 3 on your machine if it is not already done. .. note::