Conversation
reason: `dask-expr` depends on `pyarrow`, which doesn't support python 3.13 yet
reason: depends on `webob`, which makes use of `cgi`, a stdlib that got removed in python 3.13
|
Interestingly it's |
|
Is there a reason we are installing conda? For the output of |
|
we use |
|
does |
|
there is an RC out so I guess we wait a little bit more |
|
(fwiw unless it's more work — and tests seem to be passing already — I would vote to merge sooner rather than wait on upstream. better to have something working and fewer things in buffer...) |
|
|
|
looks like there's no |
|
how about we add a python3.12 + numba env and skip numba on the rest? |
|
That could work. My only worry is that we'd be giving up some test coverage (but maybe that's small enough to ignore?) |
|
IMO it's ok to risk that and switch back if issues get reported. |
|
I took a pass at this. The windows failure looks flaky. I think we can merge. |
|
Looks good, let's do the suggestion above on moving |
Missing libraries:
dask:dask-exprdepends onpyarrow, which will support3.13starting withpyarrow>=18.0pydap: depends onwebobwhich uses the removedcgistdlib (see Resolve Deprecation Warnings pydap/pydap#319 (comment) in the "out-of-scope" section)numba: as usual will take some time to support it (and thus we can't testnumbaggandsparse)