From 18453a9c1fb0735ec81bd9372e6ada40f0804e73 Mon Sep 17 00:00:00 2001 From: sciencewhiz Date: Mon, 2 Sep 2024 06:04:08 -0700 Subject: [PATCH] Update list of supported OSes for 2025 (#2718) * Update list of supported OSes for 2025 * Add note about Windows 10 EOL --- source/docs/zero-to-robot/step-2/wpilib-setup.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/source/docs/zero-to-robot/step-2/wpilib-setup.rst b/source/docs/zero-to-robot/step-2/wpilib-setup.rst index 241a4b2f08..1c517c2a8d 100644 --- a/source/docs/zero-to-robot/step-2/wpilib-setup.rst +++ b/source/docs/zero-to-robot/step-2/wpilib-setup.rst @@ -6,10 +6,12 @@ This guide is intended for Java and C++ teams. LabVIEW teams can skip to :doc:`l Supported Operating Systems and Architectures: * Windows 10 & 11, 64 bit only. 32 bit and Arm are not supported - * Ubuntu 22.04, 64 bit. Other Linux distributions with glibc >= 2.34 may work, but are unsupported - * macOS 11 or higher, both Intel and Arm for Java. C++ requires macOS 12 or higher with Xcode 14. + * Ubuntu 22.04 & 24.04, 64 bit. Other Linux distributions with glibc >= 2.34 may work, but are unsupported + * macOS 13 or higher, both Intel and Arm. -.. warning:: The following OSes are no longer supported: macOS 10.15, Ubuntu 18.04 & 20.04, Windows 7, Windows 8.1, and any 32-bit Windows. +.. warning:: The following OSes are no longer supported: macOS 12 or earlier, Ubuntu 18.04 & 20.04, Windows 7, Windows 8.1, and any 32-bit Windows. + +.. note:: [Windows 10 support from Microsoft will end in October 2025](https://www.microsoft.com/en-us/windows/end-of-support). We intend to continue supporting Windows 10 through the 2026 season, but may have to drop support in 2027. Teams should start planning their upgrade path to Windows 11. WPILib is designed to install to different folders for different years, so that it is not necessary to uninstall a previous version before installing this year's WPILib.