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 )
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 , 8 weeks ago
| Description: | modified (diff) |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
comment:2 by , 8 weeks ago
comment:3 by , 8 weeks ago
| Has patch: | set |
|---|
comment:4 by , 8 weeks ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
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 (next)
comment:5 by , 7 weeks ago
| Patch needs improvement: | set |
|---|
comment:6 by , 6 weeks ago
| Patch needs improvement: | unset |
|---|---|
| Triage Stage: | Accepted → Ready for checkin |
| Version: | 6.0 → dev |
Note:
See TracTickets
for help on using tickets.
Hi
I’d like to look into this and check what’s needed for GDAL 3.13 support.