From ccdb19f004b2494b02a6fc89319d9986877a93b2 Mon Sep 17 00:00:00 2001 From: Before Crash Date: Fri, 29 Aug 2025 15:25:33 +0800 Subject: [PATCH] update requires-python = '>=3.9' (#48) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index af51a0b..50b607c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ ] description = "A model for speech generation with an AR + diffusion architecture." readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.9" classifiers = [ "Programming Language :: Python :: 3", # "License :: OSI Approved :: MIT License",