Skip to content

Commit

Permalink
Temporarily remove support for Python 3.13 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
shun-liang authored Oct 23, 2024
1 parent c61f678 commit 92075be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "yt2doc"
dynamic = ["version"]
description = "Transcribe any YouTube video into a structural Markdown document"
readme = "README.md"
requires-python = ">=3.10"
requires-python = ">=3.10,<3.13" # Pending resolution for https://github.com/pytorch/pytorch/issues/130249
dependencies = [
"emoji>=2.13.0",
"faster-whisper>=1.0.3",
Expand Down

0 comments on commit 92075be

Please sign in to comment.