conda-forge / pyproj-feedstock

A conda-smithy repository for pyproj.
BSD 3-Clause "New" or "Revised" License
2 stars 15 forks source link

Create v3.2.x abi migration branch? #115

Closed akrherz closed 2 years ago

akrherz commented 2 years ago

Issue: pyproj 3.3 requires python 3.8+, creating dependency island for repos still supporting 3.7

For example: conda-forge/cartopy-feedstock#135 , which is attempting to migrate proj=8.2.1 and failing due to no python=3.7 + pyproj + proj=8.2.1 builds.

Would it make sense to create a abi_migration_branches of v3.2.x here? I am happy to help make that happen.

xylar commented 2 years ago

The alternative is presumably to drop python 3.7 support in cartopy and other downstream packages.

snowman2 commented 2 years ago

https://github.com/pyproj4/pyproj/issues/930

ocefpaf commented 2 years ago

The alternative is presumably to drop python 3.7 support in cartopy and other downstream packages.

Kind of makes sense since we are "kind of" following NEP 29 and that dropped support for 3.7 last month.

akrherz commented 2 years ago

Thanks for the rapid responses everyone! I am fine with dropping python 3.7 when this issue comes up. I made the cartopy PR and am closing this issue here.