Skip to content

Commit 89ab1ac

Browse files
authored
Apply cruft updates - run CI on python 3.14 (#1209)
* Apply cruft updates * Add Python 3.14 to workflow matrix * Delete .github/workflows/test.yaml.rej * Delete .python-version.rej
1 parent ab0e2f3 commit 89ab1ac

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.cruft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/allenporter/cookiecutter-python",
3-
"commit": "2734ee63990e83402af7f5a98a6cba973933c10f",
3+
"commit": "6a5d6479f9502a4f9e34754b47496d9705cac590",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {

.github/workflows/test.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.12", "3.13"]
19+
python-version:
20+
- "3.12"
21+
- "3.13"
22+
- "3.14"
2023

2124
steps:
2225
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)