Skip to content

Commit

Permalink
build: update Python version requirement to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Feb 1, 2025
1 parent 6e3ad5d commit c9de200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transcribe_anything/whisper_mac.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def get_environment() -> IsoEnv:
content_lines.append("[project]")
content_lines.append('name = "project"')
content_lines.append('version = "0.1.0"')
content_lines.append('requires-python = "==3.10.*"')
content_lines.append('requires-python = "==3.11.*"')
content_lines.append("dependencies = [")
content_lines.append(' "whisper-mps",')
content_lines.append("]")
Expand Down

0 comments on commit c9de200

Please sign in to comment.