diff --git a/copier.yml b/copier.yml index 25a97a3..14b78a5 100644 --- a/copier.yml +++ b/copier.yml @@ -64,16 +64,16 @@ project_license: python_versions: help: What versions of python are you targeting? We will add automated testing for these versions. - default: ["3.9", "3.10", "3.11", "3.12", "3.13"] + default: ["3.10", "3.11", "3.12", "3.13"] type: str multiselect: true choices: - "3.8 (end-of-life)": "3.8" - "3.9": "3.9" + "3.9 (end-of-life)": "3.9" "3.10": "3.10" "3.11": "3.11" "3.12": "3.12" "3.13": "3.13" + "3.14": "3.14" when: "{{ custom_install }}" enforce_style: diff --git a/docs/source/template_options.rst b/docs/source/template_options.rst index 6ede314..a0398fd 100644 --- a/docs/source/template_options.rst +++ b/docs/source/template_options.rst @@ -128,10 +128,9 @@ The license type you want to use for this project. +------------+----------------------------------------------------+ | Question | What versions of Python will your project support? | +------------+----------------------------------------------------+ - | Options | 3.8 (end-of-life), **✱ 3.9**, | - | | **✱ 3.9**, **✱ 3.10**, | + | Options | 3.9 (end-of-life), **✱ 3.10**, | | | **✱ 3.11**, **✱ 3.12**, | - | | 3.13 | + | | **✱ 3.13**, 3.14 | +------------+----------------------------------------------------+ Select all versions of python that you are targeting for execution.