Skip to content

Commit 9d0284f

Browse files
committed
adjust matrix
1 parent 656b1d5 commit 9d0284f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ jobs:
2525
matrix:
2626
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
2727
python-version: ['3.10', '3.11', '3.12', '3.13']
28-
numpy-version: ['1.24', '2.0']
28+
numpy-version: ['1.2', '2.1']
2929
exclude:
3030
- python-version: '3.12'
31-
numpy-version: '1.24'
31+
numpy-version: '1.2'
32+
- python-version: '3.13'
33+
numpy-version: '1.2'
3234

3335
steps:
3436
- name: Check out python-pdal

0 commit comments

Comments
 (0)