Skip to content

Commit

Permalink
increase to 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jun 18, 2024
1 parent e527384 commit 6bac018
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ defaults:

jobs:
build:
name: Build ${{ matrix.os }} py${{ matrix.python-version }} numpy ${{ matrix.numpy-version }}
name: ${{ matrix.os }} py${{ matrix.python-version }} numpy ${{ matrix.numpy-version }}
runs-on: ${{ matrix.os }}

strategy:
fail-fast: true
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
python-version: ['3.9', '3.10', '3.11', '3.12']
numpy-version: ['1.22', '2.0']
numpy-version: ['1.24', '2.0']
exclude:
- python-version: '3.12'
numpy-version: '1.22'
numpy-version: '1.24'

steps:
- name: Check out python-pdal
Expand Down

0 comments on commit 6bac018

Please sign in to comment.