Update Python version needed

Odoo (as of October 21st) needs Python 3.7 or higher.

See 794677fb6a
This commit is contained in:
Ray Carnes 2021-10-28 14:01:46 -07:00 committed by GitHub
parent 9b02ea8474
commit a67011edbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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