Skip to content

Commit d142af0

Browse files
authored
Merge pull request #849 from Cadair/cruft-manual-update
2 parents 19bdfdc + 2c77a40 commit d142af0

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ concurrency:
2222

2323
jobs:
2424
core:
25-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
25+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v2
2626
with:
2727
submodules: false
2828
coverage: codecov
2929
toxdeps: tox-pypi-filter
3030
envs: |
31-
- linux: py312
31+
- linux: py313
3232
secrets:
3333
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3434

@@ -46,22 +46,22 @@ jobs:
4646

4747
test:
4848
needs: [core, sdist_verify]
49-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
49+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v2
5050
with:
5151
submodules: false
5252
coverage: codecov
5353
toxdeps: tox-pypi-filter
5454
posargs: -n auto
5555
envs: |
5656
- windows: py311
57-
- macos: py310
57+
- macos: py312
5858
- linux: py310-oldestdeps
5959
secrets:
6060
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6161

6262
docs:
6363
needs: [core]
64-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
64+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v2
6565
with:
6666
default_python: '3.12'
6767
submodules: false
@@ -106,7 +106,7 @@ jobs:
106106
contains(github.event.pull_request.labels.*.name, 'Run publish')
107107
)
108108
needs: [test, docs]
109-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
109+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v2
110110
with:
111111
python-version: '3.12'
112112
test_extras: 'all,tests'

0 commit comments

Comments
 (0)