From 8443765464fc9629a79adc8b97fcd4bcca37a964 Mon Sep 17 00:00:00 2001 From: Howard Butler Date: Tue, 29 Oct 2024 10:50:45 -0500 Subject: [PATCH] adjust matrix 2 --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e954a808..b460c7b9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,12 +25,12 @@ jobs: matrix: os: ['ubuntu-latest', 'macos-latest', 'windows-latest'] python-version: ['3.10', '3.11', '3.12', '3.13'] - numpy-version: ['1.2', '2.1'] + numpy-version: ['1.24', '2.1'] exclude: - python-version: '3.12' - numpy-version: '1.2' + numpy-version: '1.24' - python-version: '3.13' - numpy-version: '1.2' + numpy-version: '1.24' steps: - name: Check out python-pdal