Skip to content

Commit 653932c

Browse files
committed
Update python runner versions
1 parent 5bedb07 commit 653932c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

copier.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,12 @@ github_runner_python_version:
211211
default: ["{{ python_version }}"]
212212
multiselect: true
213213
choices:
214-
- "3.8"
215214
- "3.9"
216215
- "3.10"
217216
- "3.11"
218217
- "3.12"
218+
- "3.13"
219+
- "3.14"
219220
validator: >-
220221
{% set python_minor = python_version|replace('3.', '')|float %}
221222
{% set valid_list_length = github_runner_python_version|map('replace', '3.', '')|map("float")|select("ge", python_minor)|list|length%}

0 commit comments

Comments
 (0)