Commit aed03d7
authored
feat: Add support for python 3.14 to copier template (#341)
Addresses #315
Updates python-copier-template to add python 3.14 to the template.
As discussed in the issue, support for the existing 3.11 oldest python
version is retained to increase the number of supported pythons to 4
versions.1 parent 1dfadc8 commit aed03d7
2 files changed
Lines changed: 2 additions & 1 deletion
File tree
- template
- {% if git_platform=="github.com" %}.github{% endif %}/workflows
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments