Enable Python 3.13 (#244)

Tested working with `kokoro -t Hello -o test.wav`. This is needed for
Ubuntu 25.04.
This commit is contained in:
Daniel Tang
2025-08-06 18:28:53 -04:00
committed by GitHub
parent d4ef0569c7
commit dfb907a02b

View File

@@ -16,7 +16,7 @@ classifiers = [
"License :: OSI Approved :: Apache Software License", "License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent" "Operating System :: OS Independent"
] ]
requires-python = ">=3.10, <3.13" requires-python = ">=3.10, <3.14"
dependencies = [ dependencies = [
"huggingface_hub", "huggingface_hub",
"loguru", "loguru",