From 0cc9bccb864ead790f5b0b68ea78017fb631000f Mon Sep 17 00:00:00 2001 From: Jakub Kuczys Date: Wed, 3 May 2023 01:07:53 +0200 Subject: [PATCH] Drop Debian (not RPi OS) 10, add Fedora 38 and Ubuntu 23.04 (#6110) --- docs/install_guides/debian-10.rst | 30 ------------------------------ docs/install_guides/index.rst | 1 - docs/version_guarantees.rst | 5 +++-- 3 files changed, 3 insertions(+), 33 deletions(-) delete mode 100644 docs/install_guides/debian-10.rst diff --git a/docs/install_guides/debian-10.rst b/docs/install_guides/debian-10.rst deleted file mode 100644 index 47ee4e28d..000000000 --- a/docs/install_guides/debian-10.rst +++ /dev/null @@ -1,30 +0,0 @@ -.. _install-debian-10: - -================================== -Installing Red on Debian 10 Buster -================================== - -.. include:: _includes/supported-arch-x64+aarch64+armv7l.rst - -.. include:: _includes/linux-preamble.rst - -------------------------------- -Installing the pre-requirements -------------------------------- - -We recommend installing pyenv as a method of installing non-native versions of Python on -Debian Buster. This guide will tell you how. First, run the following commands: - -.. prompt:: bash - - sudo apt update - sudo apt -y install make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev libgdbm-dev uuid-dev python3-openssl git openjdk-11-jre-headless nano - CXX=/usr/bin/g++ - -.. Include common instructions: - -.. include:: _includes/install-python-pyenv.rst - -.. include:: _includes/create-env-with-pyenv-virtualenv.rst - -.. include:: _includes/install-and-setup-red-unix.rst diff --git a/docs/install_guides/index.rst b/docs/install_guides/index.rst index 5035b9b85..fb407b2a7 100644 --- a/docs/install_guides/index.rst +++ b/docs/install_guides/index.rst @@ -19,7 +19,6 @@ we recommend **Ubuntu 22.04 LTS**. centos-7 centos-stream-8 centos-stream-9 - debian-10 debian-11 fedora opensuse-leap-15 diff --git a/docs/version_guarantees.rst b/docs/version_guarantees.rst index 55dff5097..022289d8a 100644 --- a/docs/version_guarantees.rst +++ b/docs/version_guarantees.rst @@ -60,15 +60,15 @@ Arch Linux x86-64 forever (support is CentOS 7 x86-64, aarch64 2024-06-30 (`end of Maintenance Updates `__) CentOS Stream 8 x86-64, aarch64 2024-05-31 (`end of Maintenance Updates `__) CentOS Stream 9 x86-64, aarch64 2027-05-31 (`expected EOL `__) -Debian 10 Buster x86-64, aarch64, armv7l 2022-08-14 (`End of life `__) Debian 11 Bullseye x86-64, aarch64, armv7l ~2024-09 (`End of life `__) Fedora Linux 36 x86-64, aarch64 2023-05-16 (`End of Life `__) Fedora Linux 37 x86-64, aarch64 2023-11-14 (`End of Life `__) +Fedora Linux 38 x86-64, aarch64 2024-05-14 (`End of Life `__) openSUSE Leap 15.4 x86-64, aarch64 2023-11-30 (`end of maintenance life cycle `__) openSUSE Tumbleweed x86-64, aarch64 forever (support is only provided for an up-to-date system) Oracle Linux 8 x86-64, aarch64 2029-07-31 (`End of Premier Support `__) Oracle Linux 9 x86-64, aarch64 2032-06-31 (`End of Premier Support `__) -Raspberry Pi OS (Legacy) 10 armv7l 2022-08-14 (`End of life for Debian 10 `__) +Raspberry Pi OS (Legacy) 10 armv7l ~2023-12 (approximate date of release of Raspberry Pi OS 12) Raspberry Pi OS 11 aarch64, armv7l ~2023-12 (approximate date of release of Raspberry Pi OS 12) RHEL 8 (latest) x86-64, aarch64 2029-05-31 (`End of Maintenance Support `__) RHEL 8.4 x86-64, aarch64 2023-05-31 (`End of Extended Update Support `__) @@ -81,6 +81,7 @@ Ubuntu 18.04 LTS x86-64, aarch64 2023-04-30 (`End of Ubuntu 20.04 LTS x86-64, aarch64 2025-04-30 (`End of Standard Support `__) Ubuntu 22.04 LTS x86-64, aarch64 2027-04-30 (`End of Standard Support `__) Ubuntu 22.10 x86-64, aarch64 2023-07-31 (`End of Standard Support `__) +Ubuntu 23.04 x86-64, aarch64 2024-01-31 (`End of Standard Support `__) ================================ ======================= ============================================================ .. _developer-guarantees: