Skip to content

Commit 0ade8a8

Browse files
authored
Merge pull request #555 from lincc-frameworks/u/olynn/update-py-version-in-docs
Remove Python 3.8 as option; update default versions
2 parents a65f0f7 + 87e6fef commit 0ade8a8

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

copier.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,16 @@ project_license:
6464

6565
python_versions:
6666
help: What versions of python are you targeting? We will add automated testing for these versions.
67-
default: ["3.9", "3.10", "3.11", "3.12", "3.13"]
67+
default: ["3.10", "3.11", "3.12", "3.13"]
6868
type: str
6969
multiselect: true
7070
choices:
71-
"3.8 (end-of-life)": "3.8"
72-
"3.9": "3.9"
71+
"3.9 (end-of-life)": "3.9"
7372
"3.10": "3.10"
7473
"3.11": "3.11"
7574
"3.12": "3.12"
7675
"3.13": "3.13"
76+
"3.14": "3.14"
7777
when: "{{ custom_install }}"
7878

7979
enforce_style:

docs/source/template_options.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,9 @@ The license type you want to use for this project.
128128
+------------+----------------------------------------------------+
129129
| Question | What versions of Python will your project support? |
130130
+------------+----------------------------------------------------+
131-
| Options | 3.8 (end-of-life), **✱ 3.9**, |
132-
| | **✱ 3.9**, **✱ 3.10**, |
131+
| Options | 3.9 (end-of-life), **✱ 3.10**, |
133132
| | **✱ 3.11**, **✱ 3.12**, |
134-
| | 3.13 |
133+
| | **3.13**, 3.14 |
135134
+------------+----------------------------------------------------+
136135

137136
Select all versions of python that you are targeting for execution.

0 commit comments

Comments
 (0)