Skip to content

Commit

Permalink
Dropping py2.7, updating to numpy 1.20 as the min tested version
Browse files Browse the repository at this point in the history
  • Loading branch information
manodeep authored Jul 29, 2024
1 parent aead25a commit 5845253
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
matrix:
os: ["ubuntu-20.04", "ubuntu-latest", "macos-latest"]
compiler: [gcc-7, gcc-9, clang]
python-version: ["2.7", "3.9", "3.12"]
numpy-version: ["1.18", "2.0.1"]
python-version: ["3.9", "3.12"]
numpy-version: ["1.20", "2.0.1"]

include:
- numpy-version: "1.23"
Expand Down Expand Up @@ -90,20 +90,16 @@ jobs:

# Only use latest numpy on ubuntu-latest
- os: "ubuntu-latest"
numpy-version: 1.18
numpy-version: 1.20

# python3.10 only on ubuntu-latest
# - os: "ubuntu-20.04"
# python-version: "3.10"
# - os: "macos-latest"
# python-version: "3.10"

# numpy1.18 only on python3.10
# (which, in turn, is only on 'latest')
- python-version: "2.7"
numpy-version: "2.0.1"
- python-version: "3.9"
numpy-version: "1.18"
numpy-version: "2.0.1"

env:
CC: ${{ matrix.compiler }}
Expand Down

0 comments on commit 5845253

Please sign in to comment.