From dfb907a02bba8152ca444717ca5d78747ccb4bec Mon Sep 17 00:00:00 2001 From: Daniel Tang Date: Wed, 6 Aug 2025 18:28:53 -0400 Subject: [PATCH] Enable Python 3.13 (#244) Tested working with `kokoro -t Hello -o test.wav`. This is needed for Ubuntu 25.04. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 12f8bf8..e9a38d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent" ] -requires-python = ">=3.10, <3.13" +requires-python = ">=3.10, <3.14" dependencies = [ "huggingface_hub", "loguru",