Skip to content

Commit a89d66c

Browse files
committed
Support Debian 13 and RHEL 10
1 parent 3e7c934 commit a89d66c

File tree

9 files changed

+95
-0
lines changed

9 files changed

+95
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. include:: _includes/_create-env-with-venv-intro.rst
2+
3+
.. prompt:: bash
4+
5+
python3.13 -m venv ~/redenv
6+
7+
.. include:: _includes/_create-env-with-venv-outro.rst
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
.. include:: _includes/supported-arch-x64+aarch64.rst
2+
3+
.. include:: _includes/linux-preamble.rst
4+
5+
-------------------------------
6+
Installing the pre-requirements
7+
-------------------------------
8+
9+
Red Hat Enterprise Linux (RHEL) 10.2-10.x and its derivatives have all required packages available in official repositories.
10+
Install them with dnf:
11+
12+
.. prompt:: bash
13+
14+
sudo dnf -y install python3.13 python3.13-devel git java-17-openjdk-headless @development nano
15+
16+
.. Include common instructions:
17+
18+
.. include:: _includes/create-env-with-venv3.13.rst
19+
20+
.. include:: _includes/install-and-setup-red-unix.rst
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. _install-alma-linux-10:
2+
3+
===============================
4+
Installing Red on Alma Linux 10
5+
===============================
6+
7+
.. include:: _includes/install-guide-rhel10-derivatives.rst
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. _install-centos-stream-10:
2+
3+
==================================
4+
Installing Red on CentOS Stream 10
5+
==================================
6+
7+
.. include:: _includes/install-guide-rhel10-derivatives.rst

docs/install_guides/debian-13.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
.. _install-debian-13:
2+
3+
==================================
4+
Installing Red on Debian 13 Trixie
5+
==================================
6+
7+
.. include:: _includes/supported-arch-x64+aarch64+armv7l.rst
8+
9+
.. include:: _includes/linux-preamble.rst
10+
11+
-------------------------------
12+
Installing the pre-requirements
13+
-------------------------------
14+
15+
Debian 13 "Trixie" has all required packages available in official repositories. Install them
16+
with apt:
17+
18+
.. prompt:: bash
19+
20+
sudo apt update
21+
sudo apt -y install python3 python3-dev python3-venv git openjdk-21-jre-headless build-essential nano
22+
23+
.. Include common instructions:
24+
25+
.. include:: _includes/create-env-with-venv3.13.rst
26+
27+
.. include:: _includes/install-and-setup-red-unix.rst

docs/install_guides/index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,26 @@ we recommend **Ubuntu 24.04 LTS**.
1515
mac
1616
alma-linux-8
1717
alma-linux-9
18+
alma-linux-10
1819
amazon-linux-2023
1920
arch
2021
centos-stream-9
2122
debian-12
23+
debian-13
2224
fedora
2325
opensuse-leap-15
2426
opensuse-tumbleweed
2527
oracle-linux-8
2628
oracle-linux-9
29+
oracle-linux-10
2730
raspberry-pi-os-11
2831
raspberry-pi-os-12
2932
rhel-8
3033
rhel-9
34+
rhel-10
3135
rocky-linux-8
3236
rocky-linux-9
37+
rocky-linux-10
3338
ubuntu-2204
3439
ubuntu-2404
3540
ubuntu-non-lts
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. _install-oracle-linux-10:
2+
3+
=================================
4+
Installing Red on Oracle Linux 10
5+
=================================
6+
7+
.. include:: _includes/install-guide-rhel10-derivatives.rst
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. _install-rocky-linux-10:
2+
3+
================================
4+
Installing Red on Rocky Linux 10
5+
================================
6+
7+
.. include:: _includes/install-guide-rhel10-derivatives.rst

docs/version_guarantees.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,25 +57,33 @@ macOS 14 (Sonoma) x86-64, aarch64 ~2026-10
5757
macOS 15 (Sequoia) x86-64, aarch64 ~2027-10
5858
Alma Linux 8 x86-64, aarch64 2029-05-31 (`security support <https://wiki.almalinux.org/release-notes/>`__)
5959
Alma Linux 9 x86-64, aarch64 2032-05-31 (`security support <https://wiki.almalinux.org/release-notes/>`__)
60+
Alma Linux 10 x86-64, aarch64 2035-05-31 (`security support <https://wiki.almalinux.org/release-notes/>`__)
6061
Amazon Linux 2023 x86-64, aarch64 2028-03-15 (`end-of-life <https://docs.aws.amazon.com/linux/al2023/release-notes/support-info-by-support-statement.html#support-info-by-support-statement-eol>`__)
6162
Arch Linux x86-64 forever (support is only provided for an up-to-date system)
6263
CentOS Stream 9 x86-64, aarch64 2027-05-31 (`expected EOL <https://centos.org/stream9/#timeline>`__)
64+
CentOS Stream 10 x86-64, aarch64 2030-05-31 (`end of Full Support phase of RHEL 10 <https://www.centos.org/centos10/#introduction>`__)
6365
Debian 12 Bookworm x86-64, aarch64, armv7l 2026-06-10 (`End of life <https://wiki.debian.org/DebianReleases#Production_Releases>`__)
66+
Debian 13 Trixie x86-64, aarch64, armv7l ~2028-08 (`End of life <https://wiki.debian.org/DebianReleases#Production_Releases>`__)
6467
Fedora Linux 41 x86-64, aarch64 2025-11-19 (`End of Life <https://docs.fedoraproject.org/en-US/releases/lifecycle/#_maintenance_schedule>`__)
6568
Fedora Linux 42 x86-64, aarch64 2026-05-13 (`End of Life <https://docs.fedoraproject.org/en-US/releases/lifecycle/#_maintenance_schedule>`__)
6669
openSUSE Leap 15.6 x86-64, aarch64 2025-12-31 (`end of maintenance life cycle <https://en.opensuse.org/Lifetime#openSUSE_Leap>`__)
6770
openSUSE Tumbleweed x86-64, aarch64 forever (support is only provided for an up-to-date system)
6871
Oracle Linux 8 x86-64, aarch64 2029-07-31 (`End of Premier Support <https://www.oracle.com/us/support/library/elsp-lifetime-069338.pdf>`__)
6972
Oracle Linux 9 x86-64, aarch64 2032-06-31 (`End of Premier Support <https://www.oracle.com/us/support/library/elsp-lifetime-069338.pdf>`__)
73+
Oracle Linux 10 x86-64, aarch64 2035-06-31 (`End of Premier Support <https://www.oracle.com/us/support/library/elsp-lifetime-069338.pdf>`__)
7074
Raspberry Pi OS (Legacy) 11 armv7l ~2025-10 (approximate date of release of Raspberry Pi OS 13)
7175
Raspberry Pi OS 12 aarch64, armv7l ~2025-10 (approximate date of release of Raspberry Pi OS 13)
7276
RHEL 8 (latest) x86-64, aarch64 2029-05-31 (`End of Maintenance Support <https://access.redhat.com/support/policy/updates/errata#Life_Cycle_Dates>`__)
7377
RHEL 8.10 x86-64, aarch64 2029-05-31 (`End of Extended Update Support <https://access.redhat.com/support/policy/updates/errata#Extended_Update_Support>`__)
7478
RHEL 9 (latest) x86-64, aarch64 2032-05-31 (`End of Maintenance Support <https://access.redhat.com/support/policy/updates/errata#Life_Cycle_Dates>`__)
7579
RHEL 9.4 x86-64, aarch64 2026-04-30 (`End of Extended Update Support <https://access.redhat.com/support/policy/updates/errata#Extended_Update_Support>`__)
7680
RHEL 9.6 x86-64, aarch64 2027-05-31 (`End of Extended Update Support <https://access.redhat.com/support/policy/updates/errata#Extended_Update_Support>`__)
81+
RHEL 10 (latest) x86-64, aarch64 2035-05-31 (`End of Extended Update Support <https://access.redhat.com/support/policy/updates/errata#Extended_Update_Support>`__)
82+
.. RHEL 10.0 x86-64, aarch64 2027-05-31 (`End of Extended Update Support <https://access.redhat.com/support/policy/updates/errata#Extended_Update_Support>`__)
83+
.. RHEL 10.2 x86-64, aarch64 2028-05-31 (`End of Extended Update Support <https://access.redhat.com/support/policy/updates/errata#Extended_Update_Support>`__)
7784
Rocky Linux 8 x86-64, aarch64 2029-05-31 (`(i) Planned EOL <https://rockylinux.org/download>`__)
7885
Rocky Linux 9 x86-64, aarch64 2032-05-31 (`(i) Planned EOL <https://rockylinux.org/download>`__)
86+
Rocky Linux 10 x86-64, aarch64 2035-05-31 (`(i) Planned EOL <https://rockylinux.org/download>`__)
7987
Ubuntu 22.04 LTS x86-64, aarch64 2027-06-30 (`End of Standard Support <https://wiki.ubuntu.com/Releases#Current>`__)
8088
Ubuntu 24.04 LTS x86-64, aarch64 2029-06-30 (`End of Standard Support <https://wiki.ubuntu.com/Releases#Current>`__)
8189
================================ ======================= ============================================================

0 commit comments

Comments
 (0)