Skip to content

Commit

Permalink
Fix logic of daily tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kounelisagis committed Jan 7, 2025
1 parent 1b27da9 commit 3688421
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions .github/workflows/daily-test-build-numpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,29 @@ jobs:
os: [ubuntu-latest, macos-13, macos-14, windows-latest]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
include:
# https://github.com/scipy/oldest-supported-numpy/blob/main/setup.cfg
- python-version: "3.13"
numpy-version: "2.1.0"
- python-version: "3.12"
numpy-version: "1.26.4"
- python-version: "3.12"
numpy-version: "2.0.1"
- python-version: "3.11"
- python-version: "3.9"
numpy-version: "1.25.2"
- python-version: "3.11"
numpy-version: "2.0.1"
- python-version: "3.9"
numpy-version: "2.0.2"

- python-version: "3.10"
numpy-version: "1.25.2"
- python-version: "3.10"
numpy-version: "2.0.1"
- python-version: "3.9"
numpy-version: "2.2.1"

- python-version: "3.11"
numpy-version: "1.25.2"
- python-version: "3.11"
numpy-version: "2.2.1"

- python-version: "3.12"
numpy-version: "1.26.4"
- python-version: "3.12"
numpy-version: "2.2.1"

# there is no numpy 1 wheel for python 3.13
- python-version: "3.13"
numpy-version: "2.2.1"
fail-fast: false
env:
TILEDB_VERSION: ${{ inputs.libtiledb_version }}
Expand Down

0 comments on commit 3688421

Please sign in to comment.