Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 2 additions & 3 deletions docs/source/template_options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down