We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab0e2f3 commit 89ab1acCopy full SHA for 89ab1ac
.cruft.json
@@ -1,6 +1,6 @@
1
{
2
"template": "https://github.com/allenporter/cookiecutter-python",
3
- "commit": "2734ee63990e83402af7f5a98a6cba973933c10f",
+ "commit": "6a5d6479f9502a4f9e34754b47496d9705cac590",
4
"checkout": null,
5
"context": {
6
"cookiecutter": {
.github/workflows/test.yaml
@@ -16,7 +16,10 @@ jobs:
16
strategy:
17
fail-fast: false
18
matrix:
19
- python-version: ["3.12", "3.13"]
+ python-version:
20
+ - "3.12"
21
+ - "3.13"
22
+ - "3.14"
23
24
steps:
25
- uses: actions/checkout@v5
0 commit comments