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
* don't install `dask`
reason: `dask-expr` depends on `pyarrow`, which doesn't support python
3.13 yet
* don't install `pydap`
reason: depends on `webob`, which makes use of `cgi`, a stdlib that got
removed in python 3.13
* run CI on python 3.13
* same for windows
* classifier
* whats-new
* fix bad merge
* try installing `dask` + `distributed`
* move the whats-new entry
* Update .github/workflows/ci.yaml
* explicitly install `pyarrow`
* install `numba` and packages depending on it
* More to 3.13, prep for 3.14, bump all-but-dask to 3.12
* comment out sparse
* fix whats-new
---------
Co-authored-by: Deepak Cherian <[email protected]>
Co-authored-by: Deepak Cherian <[email protected]>
0 commit comments