소스 검색

Update setup.py

Jong Wook Kim 2 년 전
부모
커밋
4b0d5e58d0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -36,7 +36,7 @@ setup(
     long_description=open("README.md", encoding="utf-8").read(),
     long_description_content_type="text/markdown",
     readme="README.md",
-    python_requires=">=3.7",
+    python_requires=">=3.8",
     author="OpenAI",
     url="https://github.com/openai/whisper",
     license="MIT",