Skip to content

Commit e4468e1

Browse files
committed
fix python version to match that offered by latest python standalone build
1 parent f303c37 commit e4468e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

comfy_cli/standalone.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class StandalonePython:
6565
def FromDistro(
6666
platform: Optional[str] = None,
6767
proc: Optional[str] = None,
68-
version: str = "3.12.5",
68+
version: str = "3.12.6",
6969
tag: str = "latest",
7070
flavor: str = "install_only",
7171
cwd: PathLike = ".",

0 commit comments

Comments
 (0)