Skip to content

Commit

Permalink
Adding 3.13 and removing 3.7 from available python versions. (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
drewoldag authored Oct 28, 2024
1 parent 7baeaa4 commit 7412e8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ python_versions:
type: str
multiselect: true
choices:
"3.7 (end-of-life)": "3.7"
"3.8": "3.8"
"3.8 (end-of-life)": "3.8"
"3.9": "3.9"
"3.10": "3.10"
"3.11": "3.11"
"3.12": "3.12"
"3.13": "3.13"
when: "{{ custom_install }}"

enforce_style:
Expand Down

0 comments on commit 7412e8d

Please sign in to comment.