pydata / xarray

N-D labeled arrays and datasets in Python
https://xarray.dev
Apache License 2.0
3.63k stars 1.09k forks source link

run CI on `python=3.13` #9681

Open keewis opened 1 month ago

keewis commented 1 month ago

Missing libraries:

keewis commented 1 month ago

Interestingly it's conda that you can't install along with python=3.13, but cftime, pandas, and possibly h5py also raise errors (I can't reproduce that locally, though). So I guess we'll have to revisit this in a couple of weeks.

mathause commented 3 weeks ago

Is there a reason we are installing conda? For the output of conda info and conda list? There is a micromamba info and micromamba list output in the Setup micromamba step which we could refer to instead.

keewis commented 3 weeks ago

we use conda to call conda info -a, which contains information micromamba info does not include (and I don't know whether micromamba info -a exists). In theory we could use mamba info -a as well, but that also doesn't provide packages for python 3.13.