We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f858350 commit fdabd27Copy full SHA for fdabd27
.github/workflows/build.yml
@@ -24,11 +24,13 @@ jobs:
24
fail-fast: true
25
matrix:
26
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']
+ python-version: ['3.10', '3.11', '3.12', '3.13']
+ 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'
34
35
steps:
36
- name: Check out python-pdal
0 commit comments