README.md: add Python baseline

Change-Id: Iffb83588cead716b009578d0f571f3d9cd2e83d5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168818
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Jenkins
This commit is contained in:
Ilmari Lauhakangas 2024-06-13 18:38:02 +03:00 committed by Adolfo Jayme Barrientos
parent 7f8b22df80
commit a38180b539

View file

@ -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.