Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/administration/install/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ Python

.. group-tab:: Windows

Odoo requires Python 3.7 or later to run. Visit `Python's download page <https://www.python.org/downloads/windows/>`_
Odoo requires Python 3.8 or later to run. Visit `Python's download page <https://www.python.org/downloads/windows/>`_
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
Expand All @@ -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::
Expand All @@ -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::
Expand Down