From b2d28022982e272467d7d610dcf18718f5feee31 Mon Sep 17 00:00:00 2001 From: bergr Date: Mon, 27 May 2024 18:01:54 +0200 Subject: [PATCH] update test matrix --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 4c7dcd5..8fad0f5 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -9,7 +9,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04] + os: [ubuntu-22.04, ubuntu-20.04] # no ubuntugis @ ubuntu-24.04 python-version: ['3.11', '3.10', '3.9', '3.8', '3.7'] # , '3.6'] <- 3.6 needs setup.cfg gdal-version: ['3.4', '3.6'] # TODO: gdal 3.6 is still unstable. exclude: