You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Xarray is about to (pydata/xarray#8937), and we have no need to try to support older versions than xarray does (which supports python version for ~2.5 years after release IIRC).
This also allows us to do some nice things like use | instead of Union for union types.