File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed
content/administration/on_premise Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -118,11 +118,14 @@ Prepare
118118Python
119119~~~~~~
120120
121- Odoo requires **Python 3.10 ** or later to run.
121+ Odoo requires **Python 3.12 ** or later to run.
122122
123123.. versionchanged :: 17
124124 Minimum requirement updated from Python 3.7 to Python 3.10.
125125
126+ .. versionchanged :: 20
127+ Minimum requirement updated from Python 3.10 to Python 3.12.
128+
126129
127130.. tabs ::
128131
@@ -194,11 +197,17 @@ PostgreSQL
194197
195198Odoo uses PostgreSQL as its database management system.
196199
200+ .. versionchanged :: 19
201+ Minimum requirement updated from PostgreSQL 12 to PostgreSQL 13.
202+
203+ .. versionchanged :: 20
204+ Minimum requirement updated from PostgreSQL 13 to PostgreSQL 16.
205+
197206.. tabs ::
198207
199208 .. group-tab :: Linux
200209
201- Use a package manager to download and install PostgreSQL (supported versions: 12 .0 or above).
210+ Use a package manager to download and install PostgreSQL (supported versions: 16 .0 or above).
202211 It can be achieved by executing the following:
203212
204213 .. code-block :: console
@@ -207,13 +216,13 @@ Odoo uses PostgreSQL as its database management system.
207216
208217 .. group-tab :: Windows
209218
210- `Download PostgreSQL <https://www.postgresql.org/download/windows >`_ (supported versions: 12 .0
219+ `Download PostgreSQL <https://www.postgresql.org/download/windows >`_ (supported versions: 16 .0
211220 or above) and install it.
212221
213222 .. group-tab :: Mac OS
214223
215224 Use `Postgres.app <https://postgresapp.com >`_ to download and install PostgreSQL (supported
216- version: 12 .0 or above).
225+ version: 16 .0 or above).
217226
218227 .. tip ::
219228 To make the command line tools bundled with Postgres.app available, make sure to set up the
You can’t perform that action at this time.
0 commit comments