Skip to content

Commit 592eead

Browse files
committed
Added python 3.13 and 3.14 in the task-collection dropdown
1 parent 271c86f commit 592eead

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/components/v2/tasks/TaskCollection.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,8 @@
257257
<option>3.10</option>
258258
<option>3.11</option>
259259
<option>3.12</option>
260+
<option>3.13</option>
261+
<option>3.14</option>
260262
</select>
261263
<span class="invalid-feedback">{$validationErrors['python_version']}</span>
262264
</div>

0 commit comments

Comments
 (0)