Skip to content

Commit 82ea93d

Browse files
authored
Merge pull request #4 from ihmeuw/chore/auto-update-project-from-template
[Actions] Auto-Update cookiecutter template
2 parents d8bcc1b + 3ddea1a commit 82ea93d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/collijk/python-package-cookiecutter",
3-
"commit": "6a159105838fc80cba178d2fbcc6185fd3ef8df2",
3+
"commit": "d86abba2604d3fb06b718d45a83170b6315debde",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -12,7 +12,7 @@
1212
"package_name": "rra_building_density",
1313
"project_short_description": "Extraction and processing pipelines for a variety of building density products.",
1414
"_template": "https://github.com/collijk/python-package-cookiecutter",
15-
"_commit": "6a159105838fc80cba178d2fbcc6185fd3ef8df2"
15+
"_commit": "d86abba2604d3fb06b718d45a83170b6315debde"
1616
}
1717
},
1818
"directory": null

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
python-version: ["3.10", "3.11", "3.12"]
41+
python-version: ["3.12", "3.13"]
4242
steps:
4343
- uses: actions/checkout@v4
4444
- uses: ./.github/actions/python-poetry-env

0 commit comments

Comments
 (0)