Skip to content

Commit

Permalink
add Python 3.13 to build matrix and drop 3.9 (#181)
Browse files Browse the repository at this point in the history
* add Python 3.13 to build matrix and drop 3.9

* adjust matrix

* adjust matrix 2
  • Loading branch information
hobu authored Oct 29, 2024
1 parent f858350 commit fdabd27
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ jobs:
fail-fast: true
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
python-version: ['3.9', '3.10', '3.11', '3.12']
numpy-version: ['1.24', '2.0']
python-version: ['3.10', '3.11', '3.12', '3.13']
numpy-version: ['1.24', '2.1']
exclude:
- python-version: '3.12'
numpy-version: '1.24'
- python-version: '3.13'
numpy-version: '1.24'

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

0 comments on commit fdabd27

Please sign in to comment.