Skip to content

Commit

Permalink
Update default python version to 3.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Oct 3, 2024
1 parent 6299e12 commit 6fdc278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comfy_cli/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ class GPU_OPTION(str, Enum):
NODE_ZIP_FILENAME = "node.zip"

# The default version to download from python-build-standalone.
DEFAULT_STANDALONE_PYTHON_DOWNLOAD_VERSION = "3.12.6"
DEFAULT_STANDALONE_PYTHON_DOWNLOAD_VERSION = "3.12.7"

0 comments on commit 6fdc278

Please sign in to comment.