From fec5896b2977764e90f8d3037c65aa239751a6ed Mon Sep 17 00:00:00 2001 From: Spicuzza Date: Thu, 15 Aug 2024 23:25:14 -0400 Subject: [PATCH] Clarify python version information --- source/docs/zero-to-robot/step-2/python-setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/zero-to-robot/step-2/python-setup.rst b/source/docs/zero-to-robot/step-2/python-setup.rst index f41cd425bc..8d9f26b228 100644 --- a/source/docs/zero-to-robot/step-2/python-setup.rst +++ b/source/docs/zero-to-robot/step-2/python-setup.rst @@ -6,7 +6,7 @@ This guide is intended for Python teams. Java and C++ teams can skip to :doc:`wp Prerequisites ------------- -You must install a supported version of Python on a supported operating system. We currently support Python 3.8/3.9/3.10/3.11/3.12, but only 3.12 is available for the roboRIO. +You must install a supported version of Python on a supported operating system. We currently support Python 3.8/3.9/3.10/3.11/3.12. Supported Operating Systems and Architectures: * Windows 10 & 11, 64 bit only. 32 bit and Arm are not supported