SciTools / iris-esmf-regrid

A collection of structured and unstructured ESMF regridding schemes for Iris.
https://iris-esmf-regrid.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
19 stars 17 forks source link

Drop support for python 3.6 #149

Closed jamesp closed 2 years ago

jamesp commented 2 years ago

This project should probably also move it's minimum requirement to one of these two options.

Edit: Fixed python version numbers

valeriupredoi commented 2 years ago

heads up that iris=3.2.0post0 has not dropped support for python=3.8 just yet, at least not in the conda package recipe, see a nice env created with both in here

jamesp commented 2 years ago

@valeriupredoi thanks, I got that totally wrong!! What I meant was iris 3.2 drops support for python < 3.8. Doh. Thanks for picking up

valeriupredoi commented 2 years ago

ah beautiful then! We were already scratching our heads how to get around the iris support drop for Python=3.9 :grin: