noaa-oar-arl/monet

Scheduled CI for 3.6 failing

zmoon opened this issue · 1 comments

zmoon commented

(initial) conda env differences:

name version_old version_new
attrs 22.2.0 23.1.0
ca-certificates 2022.12.7 2023.5.7
cf_xarray 0.7.2 0.6.3

Looks like attrs (used by pytest) is the issue, since they dropped 3.6 support in the 23.1.0 release. They did a new cf build (conda-forge/attrs-feedstock#32) to correct the Python lower bound, but we got the old one.

zmoon commented

Fixed in develop, but this won't be resolved until we get it in stable.