-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run CI on python=3.13
#9681
base: main
Are you sure you want to change the base?
run CI on python=3.13
#9681
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 |
Missing libraries:
dask
:dask-expr
depends onpyarrow
, which will support3.13
starting withpyarrow>=18.0
pydap
: depends onwebob
which uses the removedcgi
stdlib (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 testnumbagg
andsparse
)