-
Notifications
You must be signed in to change notification settings - Fork 280
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
TST: add CPython 3.13 to regular test matrix #5021
Conversation
This isn't necessarily a blocker for yt 4.4.0 and can be removed from the milestone if it takes too long to resolve issues upstream. |
trying out disabling netcdf4 temporarily as an experiment to see if anything else is currently blocking. Will revert that commit before I undraft. |
252b753
to
1189b7b
Compare
also disabling mpi4py since it also fails to build on Windows for some reason (it's complaining that MPI itself isn't installed, but I don't think we previously did anything special to have it available on Windows images and it compiled just fine with Python 3.12 🤷🏻♂️) |
ok looks like that's everything. I want to report the build failure for mpi4py upstream because it seems unknown at the moment and I have no idea what's the actual issue. I'll try to do this tomorrow. |
I was pleasantly surprised to discover, while trying to come up with a minimal reproducer to illustrate my report, that mpi4py 4.0.1 was released yesterday and appeared to fix the build issue on Windows + Python 3.13, so it should really be just down to netcdf4 now. |
1189b7b
to
40174a1
Compare
netCDF4 1.7.2 just dropped, let's try this again |
40174a1
to
ece6195
Compare
PR Summary
close #4931, and replace #4958