Bump dependencies + drop F40, add F42 to support matrix (#6558)

This commit is contained in:
Jakub Kuczys
2025-04-27 02:56:38 +02:00
committed by GitHub
parent 7b3600ecb1
commit 5f2c6d19d1
6 changed files with 11 additions and 9 deletions

View File

@@ -12,12 +12,14 @@ Installing Red on Fedora Linux
Installing the pre-requirements
-------------------------------
Fedora Linux 40 and above has all required packages available in official repositories. Install
Fedora Linux 41 and above has all required packages available in official repositories. Install
them with dnf:
.. prompt:: bash
sudo dnf -y install python3.11 python3.11-devel git java-17-openjdk-headless @development-tools nano
sudo dnf -y install python3.11 python3.11-devel git adoptium-temurin-java-repository @development-tools nano
sudo dnf config-manager setopt adoptium-temurin-java-repository.enabled=1
sudo dnf -y install temurin-17-jre
.. Include common instructions: