Skip to content

Commit ddbec2b

Browse files
authored
Merge pull request #96 from bsweger/copilot/sub-pr-95
Add Python 3.14 to CI test matrix in project template
2 parents 4cbfb11 + 5a79d24 commit ddbec2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pyprefab/templates/.github/workflows/ci.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
strategy:
4444
matrix:
45-
python-version: ["3.11", "3.12", "3.13"]
45+
python-version: ["3.11", "3.12", "3.13", "3.14"]
4646

4747
{% raw %}
4848
steps:

test/__snapshots__/test_templates.ambr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@
310310
runs-on: ubuntu-latest
311311
strategy:
312312
matrix:
313-
python-version: ["3.11", "3.12", "3.13"]
313+
python-version: ["3.11", "3.12", "3.13", "3.14"]
314314

315315

316316
steps:

0 commit comments

Comments
 (0)