Opened 8 weeks ago

Closed 6 weeks ago

#37091 closed New feature (fixed)

Add / Confirm GDAL 3.13 Support

Reported by: David Smith Owned by: Milad Zarour
Component: GIS Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Jacob Walls)

GDAL 3.13 was released on 8 May 2026. https://github.com/OSGeo/gdal/releases/tag/v3.13.0

Change History (7)

comment:1 by Jacob Walls, 8 weeks ago

Description: modified (diff)
Triage Stage: UnreviewedAccepted

comment:2 by Milad Zarour, 8 weeks ago

Hi
I’d like to look into this and check what’s needed for GDAL 3.13 support.

comment:3 by Milad Zarour, 8 weeks ago

Has patch: set

comment:4 by Milad Zarour, 8 weeks ago

Owner: set to Milad Zarour
Status: newassigned

Opened PR 21249: https://github.com/django/django/pull/21249

Updated GDAL library discovery for GDAL 3.13 and documented GDAL 3.13 support.

Tests:
python -m black --check django/contrib/gis/gdal/libgdal.py
python -m flake8 django/contrib/gis/gdal/libgdal.py
git diff --check
python tests/runtests.py gis_tests.gdal_tests
Aborted locally because no GIS database backend is configured.

Version 0, edited 8 weeks ago by Milad Zarour (next)

comment:5 by Jacob Walls, 7 weeks ago

Patch needs improvement: set

comment:6 by Jacob Walls, 6 weeks ago

Patch needs improvement: unset
Triage Stage: AcceptedReady for checkin
Version: 6.0dev

comment:7 by Jacob Walls <jacobtylerwalls@…>, 6 weeks ago

Resolution: fixed
Status: assignedclosed

In 403c9f7:

Fixed #37091 -- Confirmed support for GDAL 3.13.

Thanks David Smith for reviews.

Note: See TracTickets for help on using tickets.
Back to Top