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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user