File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed
Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "template" : " https://github.com/sunpy/package-template" ,
3- "commit" : " 1bdd28c1e2d725d9ae9d9c0b6ad682d75687f45d " ,
3+ "commit" : " 15fdf534198e4f67f0a667af7d2367e93de181c5 " ,
44 "checkout" : null ,
55 "context" : {
66 "cookiecutter" : {
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
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ concurrency:
2222
2323jobs :
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,26 @@ 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
59+ <<<<<<<
60+ =======
61+ - linux : py313-devdeps
62+ >>>>>>>
5963 secrets :
6064 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
6165
6266 docs :
6367 needs : [core]
64- uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
68+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v2
6569 with :
6670 default_python : ' 3.12'
6771 submodules : false
@@ -106,7 +110,7 @@ jobs:
106110 contains(github.event.pull_request.labels.*.name, 'Run publish')
107111 )
108112 needs : [test, docs]
109- uses : OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
113+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v2
110114 with :
111115 python-version : ' 3.12'
112116 test_extras : ' all,tests'
You can’t perform that action at this time.
0 commit comments