From b500b77ba5d04b6e44e620af261f975f1a312db2 Mon Sep 17 00:00:00 2001 From: JasonAlbertEinstien Date: Tue, 12 Aug 2025 23:38:29 +0800 Subject: [PATCH] version problem --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 395d3b4cd6..aaf595a1a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "torchtune" description = "PyTorch native post-training library" readme = "README.md" -requires-python = ">=3.9" +requires-python = ">=3.10" license = {file = "LICENSE"} authors = [ { name = "PyTorch Team", email = "packages@pytorch.org" },