Skip to content

Commit

Permalink
Update supported OS versions (#2763)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue authored Oct 2, 2024
1 parent 460989e commit 98c9b05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions source/docs/zero-to-robot/step-2/python-setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ You must install a supported version of Python on a supported operating system.

Supported Operating Systems and Architectures:
* Windows 10 & 11, 64 bit only. 32 bit and Arm are not supported
* macOS 12 or higher
* Ubuntu 22.04, 64 bit. Other Linux distributions with glibc >= 2.35 may work, but are unsupported
* macOS 13.3 or higher
* Ubuntu 22.04 & 24.04, 64 bit. Other Linux distributions with glibc >= 2.35 may work, but are unsupported

On Windows and macOS, we recommend using the official Python installers distributed by python.org.

Expand Down
2 changes: 1 addition & 1 deletion source/docs/zero-to-robot/step-2/wpilib-setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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 & 24.04, 64 bit. Other Linux distributions with glibc >= 2.34 may work, but are unsupported
* macOS 13 or higher, both Intel and Arm.
* macOS 13.3 or higher, both Intel and Arm.

.. 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.

Expand Down

0 comments on commit 98c9b05

Please sign in to comment.