Skip to content

Commit

Permalink
test with more recent Python/numpy/scipy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Aug 12, 2024
1 parent 5824adf commit 73f37a6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/requirements-middle.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
numpy==1.19.4
scipy==1.5.4
numpy==1.23.5
scipy==1.9.3
4 changes: 2 additions & 2 deletions .github/workflows/requirements-newest.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
numpy==1.22.1
scipy==1.7.3
numpy==1.26.4
scipy==1.12.0
4 changes: 2 additions & 2 deletions .github/workflows/requirements-oldest.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
numpy==1.13.1
scipy==0.19.1
numpy==1.20.3
scipy==1.6.3
12 changes: 4 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,14 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.7", "3.9", "3.10"]
python-version: ["3.8", "3.10", "3.12"]
req-version: ["oldest", "middle", "newest"]
os: ["ubuntu-22.04"]
os: ["ubuntu-24.04"]
exclude:
- python-version: "3.7"
- python-version: "3.8"
req-version: "newest"
- python-version: "3.9"
- python-version: "3.12"
req-version: "oldest"
- python-version: "3.10"
req-version: "oldest"
- python-version: "3.10"
req-version: "middle"
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 73f37a6

Please sign in to comment.