#37091: Add / Confirm GDAL 3.13 Support
-----------------------------+----------------------------------------
Reporter: David Smith | Owner: Milad Zarour
Type: New feature | Status: assigned
Component: GIS | Version: 6.0
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-----------------------------+----------------------------------------
Changes (by Milad Zarour):
* owner: (none) => Milad Zarour
* status: new => assigned
Comment:
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.
--
Ticket URL: <
https://code.djangoproject.com/ticket/37091#comment:4>