From 5f073c2a763a1886336d8cb2e1c19616d93eb94a Mon Sep 17 00:00:00 2001 From: PlatanoBailando <13842799+cjmang@users.noreply.github.com> Date: Sat, 31 Jan 2026 06:49:54 -0600 Subject: [PATCH] Doc: Reword required python version for AP (#5822) Many many people have read this and then installed 3.14, so it clearly needs rewording. --- docs/running from source.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/running from source.md b/docs/running from source.md index efe6e24361..91c6f6a2d7 100644 --- a/docs/running from source.md +++ b/docs/running from source.md @@ -7,10 +7,9 @@ use that version. These steps are for developers or platforms without compiled r ## General What you'll need: - * [Python 3.11.9 or newer](https://www.python.org/downloads/), not the Windows Store version + * [Python 3.11.9 or newer but less than 3.14](https://www.python.org/downloads/), not the Windows Store version * On Windows, please consider only using the latest supported version in production environments since security updates for older versions are not easily available. - * Python 3.13.x is currently the newest supported version * pip: included in downloads from python.org, separate in many Linux distributions * Matching C compiler * possibly optional, read operating system specific sections