From a38180b5393e07d55d21bc2d43a8febe574fe240 Mon Sep 17 00:00:00 2001 From: Ilmari Lauhakangas Date: Thu, 13 Jun 2024 18:38:02 +0300 Subject: [PATCH] README.md: add Python baseline Change-Id: Iffb83588cead716b009578d0f571f3d9cd2e83d5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168818 Reviewed-by: Adolfo Jayme Barrientos Tested-by: Jenkins --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b3e4e4a515cd..10627f317145 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,10 @@ exact modules that depend on Java are listed. The baseline for Java is Java Development Kit (JDK) Version 17 or later. +The baseline for Python is version 3.11. It follows the version available +in SUSE Linux Enterprise Desktop and the Maintenance Support version of +Red Hat Enterprise Linux. + If you want to use Clang with the LibreOffice compiler plugins, the minimal version of Clang is 12.0.1. Since Xcode doesn't provide the compiler plugin headers, you have to compile your own Clang to use them on macOS.