Skip to content

Commit 26042f5

Browse files
frlnAntoineVDV
authored andcommitted
[IMP] administration/install, *: make 3.7 the minimum version for Python
As of commit odoo/odoo@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#1218 Signed-off-by: Antoine Vandevenne (anv) <[email protected]>
1 parent 1ea99ca commit 26042f5

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### Requirements
66

77
- [Git](https://www.odoo.com/documentation/15.0/contributing/documentation.html#install-git)
8-
- [Python 3.6, 3.7, or 3.8](https://www.odoo.com/documentation/15.0/contributing/documentation.html#python)
8+
- [Python 3.7 or 3.8](https://www.odoo.com/documentation/15.0/contributing/documentation.html#python)
99
- Python dependencies listed in the file [`requirements.txt`](https://github.com/odoo/documentation/tree/15.0/requirements.txt).
1010
- [Make](https://www.odoo.com/documentation/15.0/contributing/documentation.html#make)
1111
- A local copy of the [odoo/odoo repository in 15.0](https://github.com/odoo/odoo/tree/15.0) (Optional)

content/administration/install/install.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -302,13 +302,13 @@ Prepare
302302
Python
303303
^^^^^^
304304

305-
Odoo requires Python 3.6 or later to run. Visit `Python's download page <https://www.python.org/downloads/windows/>`_
305+
Odoo requires Python 3.7 or later to run. Visit `Python's download page <https://www.python.org/downloads/windows/>`_
306306
to download and install the latest version of Python 3 on your machine.
307307

308308
During installation, check **Add Python 3 to PATH**, then click **Customize Installation** and make
309309
sure that **pip** is checked.
310310

311-
.. note:: If Python 3 is already installed, make sure that the version is 3.6 or above, as previous
311+
.. note:: If Python 3 is already installed, make sure that the version is 3.7 or above, as previous
312312
versions are not compatible with Odoo.
313313

314314
.. code-block:: doscon
@@ -466,10 +466,10 @@ Prepare
466466
Python
467467
^^^^^^
468468

469-
Odoo requires Python 3.6 or later to run. Use your package manager to download and install Python 3
469+
Odoo requires Python 3.7 or later to run. Use your package manager to download and install Python 3
470470
on your machine if it is not already done.
471471

472-
.. note:: If Python 3 is already installed, make sure that the version is 3.6 or above, as previous
472+
.. note:: If Python 3 is already installed, make sure that the version is 3.7 or above, as previous
473473
versions are not compatible with Odoo.
474474

475475
.. code-block:: console
@@ -635,10 +635,10 @@ Prepare
635635
Python
636636
^^^^^^
637637

638-
Odoo requires Python 3.6 or later to run. Use your preferred package manager (homebrew_, macports_)
638+
Odoo requires Python 3.7 or later to run. Use your preferred package manager (homebrew_, macports_)
639639
to download and install Python 3 on your machine if it is not already done.
640640

641-
.. note:: If Python 3 is already installed, make sure that the version is 3.6 or above, as previous
641+
.. note:: If Python 3 is already installed, make sure that the version is 3.7 or above, as previous
642642
versions are not compatible with Odoo.
643643

644644
.. code-block:: console

content/developer/howtos/rdtraining/01_architecture.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ to make sure we start on the same page during the development of our new applica
131131
https://en.wikipedia.org/wiki/Multitier_architecture
132132

133133
.. _Python tutorial:
134-
https://docs.python.org/3.6/tutorial/
134+
https://docs.python.org/3.7/tutorial/
135135

136136
.. _two versions:
137137
https://www.odoo.com/page/editions

content/developer/howtos/rdtraining/02_setup.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Install the dependencies
161161
Python
162162
------
163163

164-
Odoo requires Python 3.6 or later, if your computer is up-to-date you should already be at this
164+
Odoo requires Python 3.7 or later, if your computer is up-to-date you should already be at this
165165
version or higher.
166166

167167
You can check your Python version with:

0 commit comments

Comments
 (0)