Skip to content

Commit

Permalink
fix python version to match that offered by latest python standalone …
Browse files Browse the repository at this point in the history
…build
  • Loading branch information
telamonian committed Sep 11, 2024
1 parent f303c37 commit e4468e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comfy_cli/standalone.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class StandalonePython:
def FromDistro(
platform: Optional[str] = None,
proc: Optional[str] = None,
version: str = "3.12.5",
version: str = "3.12.6",
tag: str = "latest",
flavor: str = "install_only",
cwd: PathLike = ".",
Expand Down

0 comments on commit e4468e1

Please sign in to comment.