update requires-python = '>=3.9' (#48)
This commit is contained in:
parent
f3e35d0c2c
commit
ccdb19f004
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ authors = [
|
||||||
]
|
]
|
||||||
description = "A model for speech generation with an AR + diffusion architecture."
|
description = "A model for speech generation with an AR + diffusion architecture."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.9"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
# "License :: OSI Approved :: MIT License",
|
# "License :: OSI Approved :: MIT License",
|
||||||
|
|
Loading…
Reference in a new issue