Skip to content

Commit f320d02

Browse files
committed
bump numpy test floor to 2.2, ceiling to 2.5, and test against python 3.14
1 parent b1d84f1 commit f320d02

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,8 @@ jobs:
2424
fail-fast: true
2525
matrix:
2626
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
27-
python-version: ['3.10', '3.11', '3.12', '3.13']
28-
numpy-version: ['1.24', '2.1']
29-
exclude:
30-
- python-version: '3.12'
31-
numpy-version: '1.24'
32-
- python-version: '3.13'
33-
numpy-version: '1.24'
27+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
28+
numpy-version: ['2.2', '2.5']
3429

3530
steps:
3631
- name: Check out python-pdal

0 commit comments

Comments
 (0)