Skip to content

Commit 361eced

Browse files
committed
relax setup.py
1 parent 01ce23a commit 361eced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def read_me() -> str:
1818
description="Modifies OpenAI's Whisper to produce more reliable timestamps.",
1919
long_description=read_me(),
2020
long_description_content_type='text/markdown',
21-
python_requires=">=3.9",
21+
python_requires=">=3.8",
2222
author="Jian",
2323
url="https://github.com/jianfch/stable-ts",
2424
license="MIT",

0 commit comments

Comments
 (0)