Skip to content

Commit 1f9c7a1

Browse files
authored
Merge pull request #850 from sunpy/backports
2 parents 911e523 + b787cc3 commit 1f9c7a1

3 files changed

Lines changed: 10 additions & 10 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": "09c4b023b973d0bbc5704326720f21d3a766bb11",
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": "09c4b023b973d0bbc5704326720f21d3a766bb11"
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'

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
repos:
22
# This should be before any formatting hooks like isort
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: "v0.9.6"
4+
rev: "v0.11.12"
55
hooks:
66
- id: ruff
77
args: ["--fix"]
88
- repo: https://github.com/PyCQA/isort
9-
rev: 6.0.0
9+
rev: 6.0.1
1010
hooks:
1111
- id: isort
1212
exclude: ".*(.fits|.fts|.fit|.header|.txt|tca.*|extern.*|ndcube/extern)$"

0 commit comments

Comments
 (0)