From cf4445e5b0977dbe930ac85889432c0b7071d7ab Mon Sep 17 00:00:00 2001 From: Drew Oldag Date: Mon, 28 Oct 2024 11:29:40 -0700 Subject: [PATCH] Adding 3.13 and removing 3.7 from available python versions. --- copier.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/copier.yml b/copier.yml index 947cd53..55bacb1 100644 --- a/copier.yml +++ b/copier.yml @@ -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: