From 4f531cf1f19ee14c3b2112193408ecf9be1a9a1f Mon Sep 17 00:00:00 2001 From: Christophe Monniez Date: Wed, 27 Sep 2023 14:08:46 +0200 Subject: [PATCH] [IMP] install: bump minimal python version to 3.10 closes odoo/documentation#5940 Related: odoo/odoo#136904 Signed-off-by: Olivier Dony (odo) --- content/administration/install/source.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/administration/install/source.rst b/content/administration/install/source.rst index 3b2772571..03279b973 100644 --- a/content/administration/install/source.rst +++ b/content/administration/install/source.rst @@ -118,7 +118,11 @@ Prepare Python ~~~~~~ -Odoo requires **Python 3.7** or later to run. +Odoo requires **Python 3.10** or later to run. + +.. versionchanged:: 17 + Minimum requirement updated from Python 3.7 to Python 3.10. + .. tabs::