Skip to content

Commit

Permalink
Test with Python 3.11, numpy 1.23, 1.24, and 1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Aug 31, 2023
1 parent 0fb2da0 commit 889a8bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest,macos-latest,windows-latest]
python-version: ["3.10"]
numpy-version: ["1.22","1.23","1.24"]
python-version: ["3.11"]
numpy-version: ["1.23","1.24","1.25"]
steps:
- uses: actions/checkout@v3
- name: Cache dust maps
Expand Down

0 comments on commit 889a8bf

Please sign in to comment.