mirror of
https://github.com/odoo/documentation.git
synced 2026-01-04 10:46:04 +07:00
[IMP] administration/install, *: make 3.7 the minimum version for Python
As of commit https://github.com/odoo/odoo/commit/794677fb Python 3.7 is
the minimum required version for Python when running Odoo 15.0.
This also applies to building the version 15.0 of the documentation.
closes odoo/documentation#1255
X-original-commit: 26042f541a
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
committed by
Antoine Vandevenne (anv)
parent
7ea917988c
commit
bbaa1856c5
@@ -131,7 +131,7 @@ to make sure we start on the same page during the development of our new applica
|
||||
https://en.wikipedia.org/wiki/Multitier_architecture
|
||||
|
||||
.. _Python tutorial:
|
||||
https://docs.python.org/3.6/tutorial/
|
||||
https://docs.python.org/3.7/tutorial/
|
||||
|
||||
.. _two versions:
|
||||
https://www.odoo.com/page/editions
|
||||
|
||||
@@ -161,7 +161,7 @@ Install the dependencies
|
||||
Python
|
||||
------
|
||||
|
||||
Odoo requires Python 3.6 or later, if your computer is up-to-date you should already be at this
|
||||
Odoo requires Python 3.7 or later, if your computer is up-to-date you should already be at this
|
||||
version or higher.
|
||||
|
||||
You can check your Python version with:
|
||||
|
||||
Reference in New Issue
Block a user