You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/bumping-versions.adoc
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,19 +10,19 @@ To facilitate rapid development and debugging, I hardcoded the parameterized pro
10
10
Some nodes' dependencies are quite tricky, requiring manual selection to ensure that they don't conflict during installation and can still run in the end.
11
11
12
12
.Upgrading Python Patch Versions
13
-
* Search and replace `3.12.7`.
13
+
* Search and replace `3.13.11`.
14
14
15
15
.Upgrading Python Minor Versions
16
-
* Search and replace `3.12.7`.
17
-
* Search and replace `3.12`.
18
-
* Search and replace `cp312`.
19
-
* Search and replace `py312`.
20
-
* Search and replace `python312`.
21
-
* Finally, search `312` to see if anything was missed.
16
+
* Search and replace `3.13.11`.
17
+
* Search and replace `3.13`.
18
+
* Search and replace `cp313`.
19
+
* Search and replace `py313`.
20
+
* Search and replace `python313`.
21
+
* Finally, search `313` to see if anything was missed.
22
22
23
23
.Upgrading CUDA Versions
24
-
* Search and replace `cu121`.
25
-
* Search and replace `12.1`.
24
+
* Search and replace `cu130`.
25
+
* Search and replace `13.0`.
26
26
27
27
.Checking Files
28
28
* CI starts ComfyUI before packaging, to let custom nodes download model files (a common first-run behavior).
0 commit comments