Skip to content

Commit

Permalink
update test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
RoelvandenBerg committed May 27, 2024
1 parent a71afa6 commit b2d2802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b2d2802

Please sign in to comment.