Opened 3 weeks ago
Closed 2 weeks ago
#36929 closed Cleanup/optimization (fixed)
Drop support for GEOS 3.9
| Reported by: | David Smith | Owned by: | Pravin |
|---|---|---|---|
| Component: | GIS | Version: | 6.0 |
| 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 |
Change History (11)
comment:1 by , 3 weeks ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:6 by , 3 weeks ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:8 by , 3 weeks ago
Hi David,
I don't see anywhere in the codebase we using 3.9 version. We always making sure that version should be at least >=3.12 .
But in docshttps://docs.djangoproject.com/en/6.0/ref/contrib/gis/install/geolibs/ we mentions the version 3.9 . So when we say drop support for GEOS 3.9 means remove 3.9 from docs.
I have feeling that i'm going in wrong direction. I would really appreciate if you could help me out.
comment:9 by , 3 weeks ago
It is possible that only a docs change is needed.
Please see the links in Natalia's comment for inspiration on what is required. These show the changes made when removing support for old versions of GEOS.
comment:12 by , 3 weeks ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
Thank you David! Follow the pattern of #35774 and #34685.