From 18886abf5f8323a8803e67c1bbdcc0fa650a6d9a Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Mon, 25 May 2026 06:14:21 +0800 Subject: [PATCH] Relax restriction on Python 3.14 on Windows. --- docs/en/tutorial/tutorial-0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/tutorial/tutorial-0.md b/docs/en/tutorial/tutorial-0.md index efe35870..ad1770cf 100644 --- a/docs/en/tutorial/tutorial-0.md +++ b/docs/en/tutorial/tutorial-0.md @@ -38,7 +38,7 @@ Support for Raspberry Pi is limited at this time. /// tab | Windows -If you're on Windows, you can get the official installer from [the Python website](https://www.python.org/downloads). You can use any version of Python from 3.10 to 3.13 (although you should avoid alphas, betas and release candidates). We strongly recommend using Python 3.13. +If you're on Windows, you can get the official installer from [the Python website](https://www.python.org/downloads). You can use any version of Python from 3.10 to 3.14 (although you should avoid alphas, betas and release candidates). We strongly recommend using Python 3.13 or newer. Support for Windows on ARM64 is limited at this time.