Skip to content

Commit

Permalink
add test exclusions for gdal-python incompatibility. 415.
Browse files Browse the repository at this point in the history
  • Loading branch information
davemfish committed Oct 28, 2024
1 parent 4cd28e5 commit dc02824
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,32 @@ jobs:
python-version: 3.11
- gdal: "3.2.2"
python-version: 3.12
- gdal: "3.2.2"
python-version: 3.13
- gdal: "3.3.0"
python-version: 3.10
- gdal: "3.3.0"
python-version: 3.11
- gdal: "3.3.0"
python-version: 3.12
- gdal: "3.3.0"
python-version: 3.13
- gdal: "3.4.3"
python-version: 3.11
- gdal: "3.4.3"
python-version: 3.12
- gdal: "3.4.3"
python-version: 3.13
- gdal: "3.5"
python-version: 3.12
- gdal: "3.5"
python-version: 3.13
- gdal: "3.6"
python-version: 3.13
- gdal: "3.7"
python-version: 3.13
- gdal: "3.8"
python-version: 3.13

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit dc02824

Please sign in to comment.