Update dependencies workflow to python3.13 cu129

This commit is contained in:
comfyanonymous 2025-08-13 02:59:02 -04:00 committed by GitHub
parent a5b7840c44
commit 48c3d32d98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,19 +17,19 @@ on:
description: 'cuda version'
required: true
type: string
default: "128"
default: "129"
python_minor:
description: 'python minor version'
required: true
type: string
default: "12"
default: "13"
python_patch:
description: 'python patch version'
required: true
type: string
default: "10"
default: "6"
# push:
# branches:
# - master