From 10888265e5da2c6f75b0e324ea24aa5e06f18ef2 Mon Sep 17 00:00:00 2001 From: "Krzysztof Magusiak (krma)" Date: Fri, 3 Oct 2025 07:02:55 +0000 Subject: [PATCH] [IMP] core: bump minimal python and postgresql versions in Odoo 20 See odoo/odoo#229675 --- content/administration/on_premise/source.rst | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/content/administration/on_premise/source.rst b/content/administration/on_premise/source.rst index 3b43fc64a8..82442063d4 100644 --- a/content/administration/on_premise/source.rst +++ b/content/administration/on_premise/source.rst @@ -118,11 +118,14 @@ Prepare Python ~~~~~~ -Odoo requires **Python 3.10** or later to run. +Odoo requires **Python 3.12** or later to run. .. versionchanged:: 17 Minimum requirement updated from Python 3.7 to Python 3.10. +.. versionchanged:: 20 + Minimum requirement updated from Python 3.10 to Python 3.12. + .. tabs:: @@ -194,11 +197,17 @@ PostgreSQL Odoo uses PostgreSQL as its database management system. +.. versionchanged:: 19 + Minimum requirement updated from PostgreSQL 12 to PostgreSQL 13. + +.. versionchanged:: 20 + Minimum requirement updated from PostgreSQL 13 to PostgreSQL 16. + .. tabs:: .. group-tab:: Linux - Use a package manager to download and install PostgreSQL (supported versions: 12.0 or above). + Use a package manager to download and install PostgreSQL (supported versions: 16.0 or above). It can be achieved by executing the following: .. code-block:: console @@ -207,13 +216,13 @@ Odoo uses PostgreSQL as its database management system. .. group-tab:: Windows - `Download PostgreSQL `_ (supported versions: 12.0 + `Download PostgreSQL `_ (supported versions: 16.0 or above) and install it. .. group-tab:: Mac OS Use `Postgres.app `_ to download and install PostgreSQL (supported - version: 12.0 or above). + version: 16.0 or above). .. tip:: To make the command line tools bundled with Postgres.app available, make sure to set up the