From 9b51b14b2b6b50b174b0edba8ade019ea6218510 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Wed, 25 Feb 2026 07:17:16 -0800 Subject: [PATCH] Support Python 3.14 in package metadata (#4113) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd6107626b..d21ceb490f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "unsloth" dynamic = ["version"] description = "2-5X faster training, reinforcement learning & finetuning" readme = "README.md" -requires-python = ">=3.9,<3.14" +requires-python = ">=3.9,<3.15" license = "Apache-2.0" keywords = ["ai", "llm", "reinforcement learning", "machine learning", "artificial intelligence", "pytorch"] authors = [