Skip to content

Commit

Permalink
adjust matrix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Oct 29, 2024
1 parent 9d0284f commit 8443765
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 @@ -25,12 +25,12 @@ jobs:
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
python-version: ['3.10', '3.11', '3.12', '3.13']
numpy-version: ['1.2', '2.1']
numpy-version: ['1.24', '2.1']
exclude:
- python-version: '3.12'
numpy-version: '1.2'
numpy-version: '1.24'
- python-version: '3.13'
numpy-version: '1.2'
numpy-version: '1.24'

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

0 comments on commit 8443765

Please sign in to comment.