Skip to content

Commit 6c22357

Browse files
authored
chore: update project structure to d86abba2
1 parent b80704f commit 6c22357

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": "climate_data",
1313
"project_short_description": "Pipelines to extract, format, and downscale ERA5 and CMIP6 data.",
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
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
fail-fast: false
3737
matrix:
38-
python-version: ["3.10", "3.11", "3.12"]
38+
python-version: ["3.12", "3.13"]
3939
steps:
4040
- uses: actions/checkout@v4
4141
- uses: ./.github/actions/python-poetry-env

0 commit comments

Comments
 (0)