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