Skip to content

Commit 7412e8d

Browse files
authored
Adding 3.13 and removing 3.7 from available python versions. (#497)
1 parent 7baeaa4 commit 7412e8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

copier.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ python_versions:
6868
type: str
6969
multiselect: true
7070
choices:
71-
"3.7 (end-of-life)": "3.7"
72-
"3.8": "3.8"
71+
"3.8 (end-of-life)": "3.8"
7372
"3.9": "3.9"
7473
"3.10": "3.10"
7574
"3.11": "3.11"
7675
"3.12": "3.12"
76+
"3.13": "3.13"
7777
when: "{{ custom_install }}"
7878

7979
enforce_style:

0 commit comments

Comments
 (0)