Skip to content

Commit

Permalink
stop testing against GDAL<3.6. #415
Browse files Browse the repository at this point in the history
  • Loading branch information
davemfish committed Oct 29, 2024
1 parent a554df7 commit 53898d3
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,35 +14,9 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
gdal: ["3.2.2", "3.3.0", "3.4.3", "3.5", "3.6", "3.7", "3.8", "3.9"]
gdal: ["3.6", "3.7", "3.8", "3.9"]
os: [ubuntu-latest, windows-latest, macos-latest]
exclude:
- gdal: "3.2.2"
python-version: 3.10
- gdal: "3.2.2"
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"
Expand Down

0 comments on commit 53898d3

Please sign in to comment.