Skip to content

Commit fdabd27

Browse files
authored
add Python 3.13 to build matrix and drop 3.9 (#181)
* add Python 3.13 to build matrix and drop 3.9 * adjust matrix * adjust matrix 2
1 parent f858350 commit fdabd27

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
@@ -24,11 +24,13 @@ jobs:
2424
fail-fast: true
2525
matrix:
2626
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
27-
python-version: ['3.9', '3.10', '3.11', '3.12']
28-
numpy-version: ['1.24', '2.0']
27+
python-version: ['3.10', '3.11', '3.12', '3.13']
28+
numpy-version: ['1.24', '2.1']
2929
exclude:
3030
- python-version: '3.12'
3131
numpy-version: '1.24'
32+
- python-version: '3.13'
33+
numpy-version: '1.24'
3234

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

0 commit comments

Comments
 (0)