Bump OS version ranges - Fedora to <36, 37>, macOS to <11, 13> (#5974)

This commit is contained in:
Jakub Kuczys
2023-01-19 11:54:37 +01:00
committed by GitHub
parent 0358aabd1f
commit 794d486bc0
2 changed files with 6 additions and 6 deletions

View File

@@ -12,15 +12,15 @@ Installing Red on Fedora Linux
Installing the pre-requirements
-------------------------------
Fedora Linux 35 and above has all required packages available in official repositories. Install
Fedora Linux 36 and above has all required packages available in official repositories. Install
them with dnf:
.. prompt:: bash
sudo dnf -y install python3.10 python3.10-devel git java-11-openjdk-headless @development-tools nano
sudo dnf -y install python3.11 python3.11-devel git java-11-openjdk-headless @development-tools nano
.. Include common instructions:
.. include:: _includes/create-env-with-venv3.10.rst
.. include:: _includes/create-env-with-venv3.11.rst
.. include:: _includes/install-and-setup-red-unix.rst