Opened 7 months ago

Closed 7 months ago

#35049 closed Cleanup/optimization (fixed)

Drop support for GDAL 2.4

Reported by: David Smith Owned by: David Smith
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

GDAL 2.4 was released in December-2018. Therefore by the time Django 5.1 is released it will be more than 5 year old and so support can be removed.

GDAL 3.0 will become the lowest supported version which was released in May-2019 with the final release in this series (3.0.4) being in Jan-2020.

https://github.com/django/django/blob/08306bad57761b5eb176894649ac7d4e735c52dd/docs/ref/contrib/gis/install/geolibs.txt

Change History (5)

comment:1 by Natalia Bidart, 7 months ago

Triage Stage: UnreviewedAccepted
Type: UncategorizedCleanup/optimization
Version: 5.0dev

Accepting following the conversation in the Django Forum.

comment:2 by David Smith, 7 months ago

Owner: changed from nobody to David Smith
Status: newassigned

comment:3 by David Smith, 7 months ago

Has patch: set

comment:4 by Mariusz Felisiak, 7 months ago

Triage Stage: AcceptedReady for checkin

comment:5 by Mariusz Felisiak <felisiak.mariusz@…>, 7 months ago

Resolution: fixed
Status: assignedclosed

In c709a74:

Fixed #35049 -- Dropped support for GDAL 2.4.

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