Opened 5 days ago
Last modified 2 days ago
#37091 assigned New feature
Add / Confirm GDAL 3.13 Support
| Reported by: | David Smith | Owned by: | Milad Zarour |
|---|---|---|---|
| Component: | GIS | Version: | 6.0 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | yes |
| 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 (5)
comment:1 by , 5 days ago
| Description: | modified (diff) |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
comment:2 by , 5 days ago
comment:3 by , 5 days ago
| Has patch: | set |
|---|
comment:4 by , 5 days 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 5 days ago by (next)
comment:5 by , 2 days ago
| Patch needs improvement: | set |
|---|
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.