Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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 6 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 5 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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.