Skip to content

Commit

Permalink
Merge pull request #22 from pllim/fix-ci
Browse files Browse the repository at this point in the history
astropy dropped Python 3.9, dependabot for Actions
  • Loading branch information
pllim authored Mar 11, 2024
2 parents 9e4610b + eb12dde commit dd2f53a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "github-actions" # See documentation for possible values
directory: ".github/workflows" # Location of package manifests
schedule:
interval: "weekly"
groups:
actions:
patterns:
- "*"
6 changes: 3 additions & 3 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
envs: |
- linux: py39-test
- macos: py310-test
- windows: py311-test
- linux: py310-test
- macos: py311-test
- windows: py312-test
6 changes: 3 additions & 3 deletions .github/workflows/update_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ jobs:
with:
checkout_ref: ${{ needs.update.outputs.new_sha }}
envs: |
- linux: py39-test
- macos: py310-test
- windows: py311-test
- linux: py310-test
- macos: py311-test
- windows: py312-test
tag:
name: Tag latest commit to main using calendar version
Expand Down

0 comments on commit dd2f53a

Please sign in to comment.