Closed EwoutH closed 6 months ago
looks fine to me. Just one quick question (which I can look up myself once I have time). What is the default python version on DelftBlue?
Default 3.9, with 3.10 pre-installed. I think it will be updated around summer again.
We can backport all MPI changes to the 2.5 branch to maintain full compatibility.
Ok, let me try and finish the mpi bugfix branch first (testing atm), so I don't need to worry about 3.9/3.10.
Can we merge this one?
I was wondering the same thing, but yes LGTM.
Following SPEC 0 Python 3.9 support is dropped for future minor and major releases, and will require Python 3.10+ from version 3.0 onwards.
The main benefit of requiring Python 3.10 is that we can implement type hinting more elegant in the workbench.
The 2.5.x branch will keep supporting Python 3.9.