spencerahill / aospy

Python package for automated analysis and management of gridded climate data
Apache License 2.0
83 stars 12 forks source link

Drop Python 3.4 support #255

Closed spencerahill closed 6 years ago

spencerahill commented 6 years ago

Necessary given https://github.com/pydata/xarray/issues/1829, and also will save us headaches from the recent spat of CI errors on 3.4 only (c.f. #254).

spencerahill commented 6 years ago

The one Travis failure is just some network hangup on one of our tests with distributed. Merging.

stickler-ci commented 6 years ago

I couldn't find a .stickler.yml file in this repository. I can make one for you, or you can create one by following the documentation.

spencerkclark commented 6 years ago

Thanks for doing this; the previous issues we had with scipy in the test suite alone for Python 3.4 were enough to convince me :)