Skip to content

Commit d85f2ee

Browse files
authored
Update cruft with batchpr (#216)
1 parent 83999b6 commit d85f2ee

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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/sunpy/package-template",
3-
"commit": "1bdd28c1e2d725d9ae9d9c0b6ad682d75687f45d",
3+
"commit": "15fdf534198e4f67f0a667af7d2367e93de181c5",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -32,7 +32,7 @@
3232
".github/workflows/sub_package_update.yml"
3333
],
3434
"_template": "https://github.com/sunpy/package-template",
35-
"_commit": "1bdd28c1e2d725d9ae9d9c0b6ad682d75687f45d"
35+
"_commit": "15fdf534198e4f67f0a667af7d2367e93de181c5"
3636
}
3737
},
3838
"directory": null

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ concurrency:
2929

3030
jobs:
3131
core:
32-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
32+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v2
3333
with:
3434
submodules: false
3535
coverage: codecov
3636
toxdeps: tox-pypi-filter
3737
envs: |
38-
- linux: py312
38+
- linux: py313
3939
secrets:
4040
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4141

@@ -53,23 +53,23 @@ jobs:
5353

5454
test:
5555
needs: [core, sdist_verify]
56-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
56+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v2
5757
with:
5858
submodules: false
5959
coverage: codecov
6060
toxdeps: tox-pypi-filter
6161
posargs:
6262
envs: |
6363
- windows: py311
64-
- macos: py310
64+
- macos: py312
6565
- linux: py310-oldestdeps
66-
- linux: py311-devdeps
66+
- linux: py313-devdeps
6767
secrets:
6868
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6969

7070
docs:
7171
needs: [core]
72-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
72+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v2
7373
with:
7474
default_python: '3.12'
7575
submodules: false
@@ -91,7 +91,7 @@ jobs:
9191
contains(github.event.pull_request.labels.*.name, 'Run publish')
9292
)
9393
needs: [test, docs]
94-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
94+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v2
9595
with:
9696
python-version: '3.12'
9797
test_extras: 'tests'

0 commit comments

Comments
 (0)