From 7a1311984f6110ff010703f82cc7f3639a85369e Mon Sep 17 00:00:00 2001 From: qwint Date: Wed, 3 Sep 2025 14:00:36 -0500 Subject: [PATCH] Docs: Update max py version to 3.13 #5410 --- docs/running from source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/running from source.md b/docs/running from source.md index 36bff8c8..efe6e243 100644 --- a/docs/running from source.md +++ b/docs/running from source.md @@ -10,7 +10,7 @@ What you'll need: * [Python 3.11.9 or newer](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.12.x is currently the newest supported version + * 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