Skip to content

Commit

Permalink
Upgrade Python and numpy versions in CI tests and add dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Feb 21, 2023
1 parent b0494ac commit 3331af8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest,macos-latest,windows-latest]
python-version: [3.9]
numpy-version: ["1.20","1.21","1.22"]
python-version: ["3.10"]
numpy-version: ["1.22","1.23","1.24"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down

0 comments on commit 3331af8

Please sign in to comment.