From 373c3188e1f70dc8aae755c60d5a97f8605c9b81 Mon Sep 17 00:00:00 2001 From: laz-001 <194351703+laz-001@users.noreply.github.com> Date: Fri, 26 Sep 2025 14:52:23 +0300 Subject: [PATCH] correct python support statement (#3374) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index caf218c41f..b54efe3d91 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ For RTX 50x, B200, 6000 GPUs, simply do `pip install unsloth`. Read our [Blackwe ## 💾 Install Unsloth > [!warning] -> Python 3.14 does not support Unsloth. Use 3.13 or lower. +> Unsloth does not support Python 3.14. Use 3.13 or lower. You can also see our documentation for more detailed installation and updating instructions [here](https://docs.unsloth.ai/get-started/installing-+-updating).