Skip to content

Commit 80fc5a2

Browse files
authored
Merge pull request #101 from Cadair/cruft-manual-update
2 parents c81675a + c2992eb commit 80fc5a2

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": "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,14 +29,14 @@ 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
posargs: -n auto
3838
envs: |
39-
- linux: py312
39+
- linux: py313
4040
secrets:
4141
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4242

@@ -54,23 +54,23 @@ jobs:
5454

5555
test:
5656
needs: [core, sdist_verify]
57-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
57+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v2
5858
with:
5959
submodules: false
6060
coverage: codecov
6161
toxdeps: tox-pypi-filter
6262
posargs: -n auto
6363
envs: |
6464
- windows: py311
65-
- macos: py310
65+
- macos: py312
6666
- linux: py310-oldestdeps
67-
- linux: py311-devdeps
67+
- linux: py313-devdeps
6868
secrets:
6969
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
7070

7171
docs:
7272
needs: [core]
73-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
73+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v2
7474
with:
7575
default_python: '3.12'
7676
submodules: false
@@ -92,7 +92,7 @@ jobs:
9292
contains(github.event.pull_request.labels.*.name, 'Run publish')
9393
)
9494
needs: [test, docs]
95-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
95+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v2
9696
with:
9797
python-version: '3.12'
9898
test_extras: 'tests'

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ set_env =
3333
devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/astropy/simple https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
3434
deps =
3535
# For packages which publish nightly wheels this will pull the latest nightly
36-
devdeps: numpy>=0.0.dev0
36+
devdeps: sunpy>=0.0.dev0
3737
# Packages without nightly wheels will be built from source like this
3838
devdeps: git+https://github.com/sunpy/streamtracer.git
3939
oldestdeps: minimum_dependencies

0 commit comments

Comments
 (0)