README.md | 4 ++++ 1 file changed, 4 insertions(+) New commits: commit a38180b5393e07d55d21bc2d43a8febe574fe240 Author: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> AuthorDate: Thu Jun 13 18:38:02 2024 +0300 Commit: Adolfo Jayme Barrientos <fit...@ubuntu.com> CommitDate: Thu Jun 13 21:28:53 2024 +0200
README.md: add Python baseline Change-Id: Iffb83588cead716b009578d0f571f3d9cd2e83d5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168818 Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> Tested-by: Jenkins 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.