Skip to content

Commit eb8c00f

Browse files
authored
Remove python 3.8 from copier questions (and mark 3.8 as EOL)
1 parent d290ffd commit eb8c00f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

copier.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,11 @@ project_license:
6464

6565
python_versions:
6666
help: What versions of python are you targeting? We will add automated testing for these versions.
67-
default: ["3.9", "3.10", "3.11", "3.12", "3.13"]
67+
default: ["3.10", "3.11", "3.12", "3.13"]
6868
type: str
6969
multiselect: true
7070
choices:
71-
"3.8 (end-of-life)": "3.8"
72-
"3.9": "3.9"
71+
"3.9 (end-of-life)": "3.9"
7372
"3.10": "3.10"
7473
"3.11": "3.11"
7574
"3.12": "3.12"

0 commit comments

Comments
 (0)