Set python version >= 3.10.0

This commit is contained in:
enhuiz 2023-01-12 20:35:59 +08:00
parent c0fff54518
commit 6d05e7f78b

View File

@ -32,7 +32,7 @@ with open("README.md", "r") as f:
setup(
name="vall-e",
python_requires=">=3.9.0",
python_requires=">=3.10.0",
version=write_version("0.0.1"),
description="An unofficial toy implementation of the audio LM VALL-E",
author="enhuiz",