Opened 7 weeks ago

Closed 2 weeks ago

#36595 closed New feature (fixed)

Confirm support for PostGIS 3.6

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

PostGIS was released 2 September 2025.

https://postgis.net/2025/09/PostGIS-3.6.0/

Change History (6)

comment:1 by Natalia Bidart, 7 weeks ago

Triage Stage: UnreviewedAccepted

comment:2 by Chris M, 2 weeks ago

Has patch: set

The documented support was already added in #36623 . I have cut a PR to update the test configuration in the GitHub GeoDjango workflows to use the latest 17-3.6-alpine image as well. I'm not sure if there are changes to be made to the Jenkins box as well to test against the latest versions or if those have already been made.

comment:3 by Natalia Bidart, 2 weeks ago

Support was confirmed in 6e3287408e128e03a6ec5d23c17cdc2eee8760c0.

comment:4 by Natalia Bidart, 2 weeks ago

Triage Stage: AcceptedReady for checkin

comment:5 by nessita <124304+nessita@…>, 2 weeks ago

In d514ca6c:

Refs #36595 -- Extended "postgis" GitHub Action to run against PostGIS 3.6.

Changed image exercise these versions:

  • latest: POSTGIS="3.5.2 dea6d0a" PGSQL="170" GEOS="3.9.0-CAPI-1.16.2" PROJ="7.2.1"
  • 17-master: POSTGIS="3.7.0dev 3.6.0rc2-55-gfda22140e" PGSQL="170" GEOS="3.15.0dev-CAPI-1.21.0" PROJ="9.8.0"
  • 18-3.6-alpine: POSTGIS="3.6.0 0" PGSQL="180" GEOS="3.13.1-CAPI-1.19.2" PROJ="9.6.0"

comment:6 by Natalia Bidart, 2 weeks ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.
Back to Top