Uh oh!
There was an error while loading. Please reload this page.
drop support for python 3.6 - #4720
Conversation
keewis
commented
Dec 21, 2020
it seems we have to update the minimum setuptools version for this, but I'm not sure which to choose. |
mathause
commented
Dec 22, 2020
https://github.com/pydata/xarray/blob/master/doc/installing.rst will need to be adjusted |
Uh oh!
There was an error while loading. Please reload this page.
keewis
commented
Dec 22, 2020
I will also change the |
mathause
commented
Dec 22, 2020
I think thats all. |
jhamman
commented
Dec 23, 2020
LGTM. As I understand it, we don't really have a choice on the setuptools version bump. Can we temporarily disable the check on setuptools so the CI passes? |
keewis
commented
Dec 26, 2020
there's a Reading #4295 again, I'm not sure what to do about this: we don't really need to require We will only be able to fully get rid of this issue once we drop support for python 3.7 and are able to switch to the stdlib |
mathause
commented
Jan 6, 2021
Do you need to update setuptools in setup.cfg? Line 79 in 31d540f |
keewis
commented
Jan 6, 2021
👍 we should probably keep that in sync with the environment files. @shoyer, any opinion about the bump of Otherwise this should be ready for merging. |
jhamman
commented
Jan 6, 2021
My opinion on the bump of |
jhamman
commented
Jan 7, 2021
This is blocking #4730. Any objections to merging this today? |
* upstream/master: (342 commits) fix decode for scale/ offset list (pydata#4802) Expand user dir paths (~) in open_mfdataset and to_zarr. (pydata#4795) add a version info step to the upstream-dev CI (pydata#4815) fix the ci trigger action (pydata#4805) scatter plot by order of the first appearance of hue (pydata#4723) don't skip the scheduled CI (pydata#4806) coords: retain str dtype (pydata#4759) Fix interval labels with units (pydata#4794) Always force dask arrays to float in missing.interp_func (pydata#4771) Print number of variables in repr (pydata#4762) install conda as a library in the minimum dependency check CI (pydata#4792) Migrate CI from azure pipelines to GitHub Actions (pydata#4730) use conda.api instead of parallel calls to the conda binary (pydata#4775) Speed up missing._get_interpolator (pydata#4776) Remove special case in guess_engines (pydata#4777) improve typing of OrderedSet (pydata#4774) CI: ignore some warnings (pydata#4773) DOC: update hyperlink for xskillscore (pydata#4778) drop support for python 3.6 (pydata#4720) Trigger upstream CI on cron schedule (by default) (pydata#4729) ...
Following NEP-29, our dependencies have started to drop active support for python 3.6. I tried removing all mentions of py36, but I might have missed something.
Last time I checked support for python 3.9 was blocked by some dependencies, so adding that will have to wait a bit longer.
whats-new.rst